git checkout <master>git merge origin <master>git checkout <feature>git rebase <master>- deal with any conflicts
git add .git rebase --continuegit push origin <feature> --force- 😎
Last active
November 1, 2017 17:52
-
-
Save beaucharman/4e7a5f0718a8bc6cd137447bc0a3947d to your computer and use it in GitHub Desktop.
Notes: Git rebase process
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment