Skip to content

Instantly share code, notes, and snippets.

@rbrigby
Last active December 5, 2018 21:46
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 rbrigby/9e33c80f89ee116015726fea3856683e to your computer and use it in GitHub Desktop.
Save rbrigby/9e33c80f89ee116015726fea3856683e to your computer and use it in GitHub Desktop.
Git Cheatsheet

update all remote branches

git fetch origin

rebase interactive

git rebase origin/master -i

git push origin featurebranch --force

rebase misc

git rebase --continue git rebase --abort

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment