zsh:alias: Add --tags to almost --all glog
I don't want to see refs/stash, that is why --all does not work for me
This commit is contained in:
@@ -75,9 +75,9 @@ fi
|
||||
alias gf='git fetch'
|
||||
alias gha='git add -p'
|
||||
alias gl='glog'
|
||||
alias gla='glog --branches --remotes'
|
||||
alias gla='glog --branches --remotes --tags'
|
||||
alias {gll,glg}='glog --graph'
|
||||
alias {glll,glla,glga,glag,glogg}='glog --graph --branches --remotes'
|
||||
alias {glll,glla,glga,glag,glogg}='gla --graph'
|
||||
alias gp='git push'
|
||||
alias gpf='git push --force-with-lease'
|
||||
alias gpull='git pull'
|
||||
|
||||
Reference in New Issue
Block a user