This commit is contained in:
James Miller 2018-04-17 20:41:21 +00:00 committed by GitHub
commit 131419bf7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,7 @@ 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 gdcw='git diff --color-words'
alias gdt='git diff-tree --no-commit-id --name-only -r'
alias gdw='git diff --word-diff'