This commit is contained in:
Patrick Ording 2016-08-01 17:36:57 +00:00 committed by GitHub
commit 985cc1c347

View file

@ -81,6 +81,7 @@ alias gd='git diff'
alias gdca='git diff --cached'
alias gdct='git describe --tags `git rev-list --tags --max-count=1`'
alias gdt='git diff-tree --no-commit-id --name-only -r'
alias gdtl='git difftool'
gdv() { git diff -w "$@" | view - }
compdef _git gdv=git-diff
alias gdw='git diff --word-diff'