mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Add Git alias for git diff --staged
(#7064)
This commit is contained in:
parent
af1709cfdc
commit
035d78120c
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue