-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc, meta: document what to do if git push upstream master
is rejected
#12628
Comments
vsemozhetbyt
added
doc
Issues and PRs related to the documentations.
meta
Issues and PRs related to the general management of the project.
labels
Apr 24, 2017
Briefly, my usual workflow would be:
|
Although if I was merging someone else's pr without conflicts, I'd just |
I'd just do: git fetch --all
git rebase
git push |
Trott
added a commit
to Trott/io.js
that referenced
this issue
Aug 16, 2017
In COLLABORATOR_GUIDE.md, explain what to do if `git push upstream master` is rejected. Fixes: nodejs#12628
2 tasks
PR: #14848 |
MylesBorins
pushed a commit
that referenced
this issue
Sep 10, 2017
In COLLABORATOR_GUIDE.md, explain what to do if `git push upstream master` is rejected. PR-URL: #14848 Fixes: #12628 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Sep 12, 2017
In COLLABORATOR_GUIDE.md, explain what to do if `git push upstream master` is rejected. PR-URL: #14848 Fixes: #12628 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Sep 20, 2017
In COLLABORATOR_GUIDE.md, explain what to do if `git push upstream master` is rejected. PR-URL: #14848 Fixes: #12628 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to land a big PR after syncing the masters, while other collaborators actively pushed the same time, I've got this:
Maybe it is worth to be documented in the COLLABORATOR_GUIDE.md#technical-howto what to do in this case.
The text was updated successfully, but these errors were encountered: