1
0
Fork 0

Typo fixing

This commit is contained in:
Gautier Nilhcem 2011-09-21 20:10:13 +08:00
parent 4e6a83d28d
commit 0ff60161a0
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ github git@github.com:schacon/hw.git (push)
immediately followed by a <code>git merge</code> of the branch on that remote
that is tracked by whatever branch you are currently in. I personally don't much
like this command - I prefer running <code>fetch</code> and <code>merge</code>
seperately. Less magic, less problems. However, if you like this idea, you
separately. Less magic, less problems. However, if you like this idea, you
can read about it in more detail in the
<a target="new" href="http://www.kernel.org/pub/software/scm/git/docs/git-pull.html">official docs</a>.
</p>