mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
git lol(a)
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
8ca39dec74
commit
183fdb480f
1 changed files with 4 additions and 0 deletions
|
|
@ -178,6 +178,10 @@ compdef _git glgga=git-log
|
|||
# one line git log
|
||||
alias glo='git log --oneline'
|
||||
compdef _git glo=git-log
|
||||
alias glol="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
|
||||
compdef _git glol=git-log
|
||||
alias glola="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all"
|
||||
compdef _git glola=git-log
|
||||
|
||||
######################
|
||||
# Git Reset Head (grh)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue