🔧 Updated git-l alias

This commit is contained in:
z3rOR0ne 2024-10-25 16:50:46 -07:00
parent 581e59686b
commit 3fa72876fc

View file

@ -342,7 +342,8 @@ alias {git-b,git-br}="git branch"
alias git-bl="git blame"
# for use with notes directory only
alias git-lo="git log --oneline --follow"
alias {git-l,git-log}="git log --graph --format='format:%C(yellow)%h%C(reset) %s %C(magenta)%cr%C(reset)%C(auto)%d%C(reset)'"
# alias {git-l,git-log}="git log --graph --format='format:%C(yellow)%h%C(reset) %s %C(magenta)%cr%C(reset)%C(auto)%d%C(reset)'"
alias {git-l,git-log}="git log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)' --all"
# more to just remember than to be used
alias git-stsh="git stash"
alias git-stsh-a="git stash apply"