Skip to content

Commit bd97251

Browse files
committed
New git alias gds for Git Diff Staged.
1 parent 5b7b2f3 commit bd97251

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bash_profile.d/git.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ alias glp='git log -p'
55

66
alias gs='git status'
77
alias gd='git diff'
8+
alias gds='git diff --cached'
89
alias gdh='git diff HEAD'
910

1011
alias ga='git add'

0 commit comments

Comments
 (0)