Last active
January 6, 2016 13:53
-
-
Save Elijen/116a8c4652e1aae1352a to your computer and use it in GitHub Desktop.
aliases for git fixup/rebase workflow
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 gfu="git commit --fixup" | |
alias gfuh="git commit --fixup HEAD" | |
alias gria="git rebase -i --autosquash" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment