We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7b2f3 commit bd97251Copy full SHA for bd97251
bash_profile.d/git.sh
@@ -5,6 +5,7 @@ alias glp='git log -p'
5
6
alias gs='git status'
7
alias gd='git diff'
8
+alias gds='git diff --cached'
9
alias gdh='git diff HEAD'
10
11
alias ga='git add'
0 commit comments