- Clone your repo.
curl -L https://github.com/Aldaviva/webscale/pull/3.patch | git am -3
- If there are merge conflicts, fix them, then
git am --continue
. - Make any local changes you want.
git add -A
- Commit your changes with
Closes #3
at the end of the commit message.git commit --amend
(to modify the pull request commit)git commit
(to add a new commit of you own).
- If you want to squash multiple WIP commits into one, use
git rebase -i origin/master
. - Push.
Created
August 5, 2017 12:23
-
-
Save Aldaviva/dfc67b91484ee492be90172ff9a85f12 to your computer and use it in GitHub Desktop.
How to modify and merge GitHub pull requests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment