Skip to content

Instantly share code, notes, and snippets.

@jurikern
Last active August 29, 2015 13:55
Show Gist options
  • Save jurikern/8709914 to your computer and use it in GitHub Desktop.
Save jurikern/8709914 to your computer and use it in GitHub Desktop.
Git rebase-tools
git rebase
git rebase --abort
git rebase --continue
git rebase --skip
git push origin feature --force
git pull --rebase origin feature
git merge fature --no-ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment