add: glp >> git log --pretty

This commit is contained in:
D. Rimron 2011-07-05 12:21:30 +01:00
commit 5197ee072d

View file

@ -27,6 +27,8 @@ alias gcp='git cherry-pick'
compdef _git gcp=git-cherry-pick
alias glg='git log --stat --max-count=5'
compdef _git glg=git-log
alias glp='git log --pretty=oneline --graph'
compdef _git glp=git-log
# Git and svn mix
alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'