Add alias to git plugin - gdcaw

This commit is contained in:
George Rawlinson 2016-10-27 13:49:56 +13:00
parent 0ee89d965e
commit 48bb2c2c08
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 gdct='git describe --tags `git rev-list --tags --max-count=1`'
alias gdcaw='git diff --cached --word-diff'
alias gdt='git diff-tree --no-commit-id --name-only -r'
alias gdw='git diff --word-diff'