Skip to content

Instantly share code, notes, and snippets.

@Elijen
Last active January 6, 2016 13:53
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 Elijen/116a8c4652e1aae1352a to your computer and use it in GitHub Desktop.
Save Elijen/116a8c4652e1aae1352a to your computer and use it in GitHub Desktop.
aliases for git fixup/rebase workflow
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