gl should do a git log

before `gl` was aliased to `git push`, which probably is not what one expects
This commit is contained in:
Danıel Schæfer 2016-03-12 17:25:13 +01:00
commit 2caf784d18

View file

@ -145,7 +145,7 @@ compdef _git gk='gitk'
alias gke='\gitk --all $(git log -g --pretty=format:%h)'
compdef _git gke='gitk'
alias gl='git pull'
alias gl='git log'
alias glg='git log --stat --color'
alias glgp='git log --stat --color -p'
alias glgg='git log --graph --color'