Commit 1700c948 authored by Tomas Chmelevskij's avatar Tomas Chmelevskij Committed by Robby Russell
Browse files

Add chaced word diff (#6378)

parent 0c28e392
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment