This commit is contained in:
Ilya Antipenko 2015-06-05 07:22:47 +00:00
commit 374bb5c5ee

View file

@ -15,6 +15,8 @@ alias gup='git pull --rebase'
compdef _git gup=git-fetch
alias gp='git push'
compdef _git gp=git-push
alias gpd='git push --delete'
compdef _git gpd=git-push
alias gd='git diff'
gdv() { git diff -w "$@" | view - }
compdef _git gdv=git-diff