Skip to content

Commit

Permalink
Add chaced word diff (ohmyzsh#6378)
Browse files Browse the repository at this point in the history
  • Loading branch information
chmelevskij authored and Johnny Qian committed Mar 27, 2018
1 parent 2d2cd19 commit 7d750ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/git/git.plugin.zsh
Expand Up @@ -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'
Expand Down

0 comments on commit 7d750ec

Please sign in to comment.