Added diff --cached aliases

diff --cached will show the diff of files I have already staged
This commit is contained in:
Nick Nisi
2012-05-07 15:38:51 -05:00
parent 00534068f4
commit cb49151837
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ alias gb='git branch'
alias gl='git pull'
alias gp='git push'
alias gd='git diff'
alias gdc='git diff --cached'
alias gs='git s'
alias gss='git stash save'
alias gsp='git stash pop'