From 3fa72876fcbf6a6d8fa144169e9984025786981f Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Fri, 25 Oct 2024 16:50:46 -0700 Subject: [PATCH] :wrench: Updated git-l alias --- aliases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aliases b/aliases index ddad3e2f..c5363fb9 100644 --- a/aliases +++ b/aliases @@ -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"