zsh:alias: Add more possibilities for glog-aliases

It kind of follows a pattern: `a` for `all` (i.e. --branches --remotes)
and `g` for `graph` (but adding another `l` is ok too).
This commit is contained in:
2023-01-20 12:57:40 +01:00
parent feab64f566
commit 401fc939ea

View File

@@ -70,8 +70,8 @@ fi
alias gha='git add -p'
alias gl='glog'
alias gla='glog --branches --remotes'
alias gll='glog --graph'
alias {glll,glla,glogg}='glog --graph --branches --remotes'
alias {gll,glg}='glog --graph'
alias {glll,glla,glga,glag,glogg}='glog --graph --branches --remotes'
alias gp='git push'
alias gpull='git pull'
alias gpush='git push'