Last active
July 1, 2016 14:24
-
-
Save ondrejsika/c2542dd3bc655af7de1b3a9446d1a306 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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