$ git fetch --all
$ git rebase -p origin/master master
$ git rebase -p origin/master [YOUR-FEATURE-BRANCH]
$ git push -f origin [YOUR-FEATURE-BRANCH]
Created
January 26, 2018 19:45
-
-
Save rabellamy/be6a93b8484338486649e1f9d071dafa 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