1
0
Fork 0

fixing typos (possessive case)

This commit is contained in:
Aaron Beckerman 2010-08-11 02:34:47 +00:00
parent fd1a47085e
commit 21288a7848
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ To git@github.com:schacon/hw.git
at the same time, you both do commits, then she pushes and then you try to
push, Git will by default not allow you to overwrite her changes. Instead,
it basically runs <code>git log</code> on the branch you're trying to push and
makes sure it can see the current tip of the servers branch in your pushes
makes sure it can see the current tip of the server's branch in your push's
history. If it can't see what is on the server in your history, it concludes
that you are out of date and will reject your push. You will rightly have to
fetch, merge then push again - which makes sure you take her changes into