The learning process
1. Make sure that the upstream repo is added to your configuration.
2. Do a git fetch
git fetch upstream
3. Do rebase
git rebase --interactive upstream/master
git push -f
No comments:
Post a Comment