zsh:alias: Add --no-merges to gl

In the flat/non-graph view merge commits are a bit distracting. Still
unsure if I will forget about this and one day wonder why I don't see
merge commits.
This commit is contained in:
2024-02-19 16:00:47 +01:00
parent 6c545ab8b0
commit 7611f37f25

View File

@@ -77,7 +77,7 @@ fi
alias gds='git diff --staged'
alias gf='git fetch'
alias gha='git add -p'
alias gl='glog'
alias gl='glog --no-merges'
alias gla='glog --branches --remotes --tags'
alias {gll,glg}='glog --graph'
alias {glll,glla,glga,glag,glogg}='gla --graph'