mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-08 15:24:30 +08:00
Add glom: git log --oneline --decorate --color $(git_main_branch)
This commit is contained in:
@@ -237,6 +237,7 @@ alias glol='git log --graph --pretty="%Cred%h%Creset -%C(auto)%d%Creset %s %Cgre
|
||||
alias glo='git log --oneline --decorate'
|
||||
alias glog='git log --oneline --decorate --graph'
|
||||
alias gloga='git log --oneline --decorate --graph --all'
|
||||
alias glom='git log --oneline --decorate --color $(git_main_branch)..'
|
||||
|
||||
# Pretty log messages
|
||||
function _git_log_prettily(){
|
||||
|
||||
Reference in New Issue
Block a user