Some typos fixing.
In basic necessarily changed to neccesarily. In remotes follwed changed to followed. In inspect added ) and divergant changed to divergent.
This commit is contained in:
@@ -190,7 +190,7 @@ github git@github.com:schacon/hw.git (push)
|
||||
|
||||
<p>The second command that will fetch down new data from a remote server is
|
||||
<code>git pull</code>. This command will basically run a <code>git fetch</code>
|
||||
immediately follwed by a <code>git merge</code> of the branch on that remote
|
||||
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
|
||||
|
Reference in New Issue
Block a user