1
0
Fork 0

Merge pull request #28 from Nilhcem/master

Tiny typo
This commit is contained in:
Scott Chacon 2011-09-21 07:35:11 -07:00
commit e1d7000be0
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>