New alias gdw for git diff --word-diff

This commit is contained in:
Lucas Uyezu 2014-02-03 08:40:23 -02:00
commit 7a4a85f7a5

View file

@ -7,6 +7,8 @@ alias gd='git diff'
compdef _git gd=git-diff
alias gdc='git diff --cached'
compdef _git gdc=git-diff
alias gdw='git diff --word-diff'
compdef _git gdw=git-diff
alias gl='git pull'
compdef _git gl=git-pull
alias gup='git pull --rebase'