git-date-added and set wildignorecase

This commit is contained in:
Andrew Tomaka 2014-12-18 10:17:11 -05:00
parent 21439d603c
commit e71daf2711
3 changed files with 10 additions and 0 deletions

View file

@ -25,6 +25,7 @@ alias gco="git checkout"
alias gd="git diff"
alias gdc="git diff --cached"
alias gds="git diff --stat"
alias gfa="git-date-added"
alias gfl="git log --patch"
alias gi="gitignore-io"
alias gl="git log"