0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Add Git alias for git diff --staged (#7064)

This commit is contained in:
Peter Bittner 2018-08-15 19:44:06 +02:00 committed by Marc Cornellà
parent af1709cfdc
commit 035d78120c

View file

@ -89,6 +89,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 gds='git diff --staged'
alias gdt='git diff-tree --no-commit-id --name-only -r'
alias gdw='git diff --word-diff'