-
Add upstream repo:
git remote add upstream https://github.com/grounds/grounds.io.git
-
Start rebasing
git fetch upstream git rebase -i upstream/master
-
Fix merge issues
-
End rebasing
git add -A git rebase --continue
-
Update pull request
git push -f origin <your_branch>
Last active
August 29, 2015 14:10
-
-
Save foliea/1ff656711a1314033883 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment