Created
April 20, 2016 19:54
-
-
Save unixorn/bf89ae03ad39f4d9188dfda9e736a0ac to your computer and use it in GitHub Desktop.
Git rebase only unpushed commits
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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