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:
2023-07-10 00:10:50 +02:00
parent c83c793a1a
commit 494829fdc4

View File

@@ -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'