alias gcp='git cherry-pick'
compdef _git gcp=git-cherry-pick
alias glg='git --no-pager log --oneline --graph --max-count=20 --decorate'
+alias glg='git --no-pager log --graph --max-count=20 --pretty=tformat:"%Cblue%cd %C(auto)%h%d %s" --date=short'
compdef _git glg=git-log
alias glgg='git log --stat --graph --max-count=20 --decorate'
compdef _git glgg=git-log