Skip to content

Instantly share code, notes, and snippets.

@unixorn
Created April 20, 2016 19:54
Show Gist options
  • Save unixorn/bf89ae03ad39f4d9188dfda9e736a0ac to your computer and use it in GitHub Desktop.
Save unixorn/bf89ae03ad39f4d9188dfda9e736a0ac to your computer and use it in GitHub Desktop.
Git rebase only unpushed commits
[alias]
rebase-unpushed = rebase -i @{u}
wip = rebase -i @{u}
work-in-progress = rebase -i @{u}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment