Skip to content

Instantly share code, notes, and snippets.

@ondrejsika
Last active July 1, 2016 14:24
Show Gist options
  • Save ondrejsika/c2542dd3bc655af7de1b3a9446d1a306 to your computer and use it in GitHub Desktop.
Save ondrejsika/c2542dd3bc655af7de1b3a9446d1a306 to your computer and use it in GitHub Desktop.
alias st='git status'
alias di='git diff'
alias dis='git diff --staged'
alias dist='git diff --staged | tig'
alias ci='git commit'
alias ad='git add'
alias fa='git fetch --all --prune'
alias ga='gitk --all'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment