We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1a470 commit 21288a7Copy full SHA for 21288a7
remotes/index.html
@@ -307,7 +307,7 @@ <h2>
307
at the same time, you both do commits, then she pushes and then you try to
308
push, Git will by default not allow you to overwrite her changes. Instead,
309
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
+ makes sure it can see the current tip of the server's branch in your push's
311
history. If it can't see what is on the server in your history, it concludes
312
that you are out of date and will reject your push. You will rightly have to
313
fetch, merge then push again - which makes sure you take her changes into
0 commit comments