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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user