Add chaced word diff (#6378)

This commit is contained in:
Tomas Chmelevskij 2017-11-01 12:55:19 +00:00 committed by Robby Russell
parent 0c28e392eb
commit 1700c948b4
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ alias gcs='git commit -S'
alias gd='git diff'
alias gdca='git diff --cached'
alias gdcw='git diff --cached --word-diff'
alias gdct='git describe --tags `git rev-list --tags --max-count=1`'
alias gdt='git diff-tree --no-commit-id --name-only -r'
alias gdw='git diff --word-diff'