This commit is contained in:
Bob Williams 2014-02-24 11:18:14 -05:00
commit 46634ae028

View file

@ -74,6 +74,7 @@ alias grh='git reset HEAD'
alias grhh='git reset HEAD --hard'
alias gclean='git reset --hard && git clean -dfx'
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
alias glg='git log --color --graph --pretty=format:"%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset" --abbrev-commit'
#remove the gf alias
#alias gf='git ls-files | grep'