Skip to content

Instantly share code, notes, and snippets.

@cweekly
Created February 13, 2015 15:45
Show Gist options
  • Save cweekly/7e0889df88fbcaded341 to your computer and use it in GitHub Desktop.
Save cweekly/7e0889df88fbcaded341 to your computer and use it in GitHub Desktop.
zshrc aliases for git
alias gba="git branch -avv"
alias gbl="git branch -lvv"
alias gd="git difftool"
alias gdh="git difftool HEAD"
alias gs="git status -s"
alias gst="gs | subl"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment