Skip to content

Instantly share code, notes, and snippets.

@jamigibbs
Last active March 25, 2019 14:55
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 jamigibbs/b03315130351053c99c8492109d29e4f to your computer and use it in GitHub Desktop.
Save jamigibbs/b03315130351053c99c8492109d29e4f to your computer and use it in GitHub Desktop.
Rebase
git fetch origin
git checkout feature/example-branch
git reset --hard origin/feature/example-branch
--
git fetch origin
git checkout master
git reset --hard origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment