Quickly view added diffs

This commit is contained in:
Andrew Tomaka 2014-09-05 00:33:42 -04:00
parent ea85092e99
commit ef9e7fd0d9

View file

@ -21,6 +21,7 @@ alias gc="git commit"
alias gcm="echo Do not specify message at command line. Use gc"
alias gco="git checkout"
alias gd="git diff"
alias gdc="git diff --cached"
alias gfl="git log --patch"
alias gi="gitignore-io"
alias gl="git log"