Skip to content

Commit 21288a7

Browse files
author
Aaron Beckerman
committed
fixing typos (possessive case)
1 parent fd1a470 commit 21288a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remotes/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ <h2>
307307
at the same time, you both do commits, then she pushes and then you try to
308308
push, Git will by default not allow you to overwrite her changes. Instead,
309309
it basically runs <code>git log</code> on the branch you're trying to push and
310-
makes sure it can see the current tip of the servers branch in your pushes
310+
makes sure it can see the current tip of the server's branch in your push's
311311
history. If it can't see what is on the server in your history, it concludes
312312
that you are out of date and will reject your push. You will rightly have to
313313
fetch, merge then push again - which makes sure you take her changes into

0 commit comments

Comments
 (0)