Commit 035d7812 authored by Peter Bittner's avatar Peter Bittner Committed by Marc Cornellà
Browse files

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

parent af1709cf
......@@ -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'
......
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