Skip to content

Instantly share code, notes, and snippets.

@rabellamy
Created January 26, 2018 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rabellamy/be6a93b8484338486649e1f9d071dafa to your computer and use it in GitHub Desktop.
Save rabellamy/be6a93b8484338486649e1f9d071dafa to your computer and use it in GitHub Desktop.
$ git fetch --all
$ git rebase -p origin/master master
$ git rebase -p origin/master [YOUR-FEATURE-BRANCH]
$ git push -f origin [YOUR-FEATURE-BRANCH]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment