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