From 15841febbb3ca454dc4a144e4d42be928f87ef19 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 16 Oct 2021 18:28:32 -0700 Subject: [PATCH] git: organization --- .gitconfig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitconfig b/.gitconfig index 03dde38..b277df1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,9 +8,8 @@ email = blakelysnorth@gmail.com name = PowerUser64 [alias] - lg1 = 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(bold yellow)%d%C(reset)' --all - lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all - lg = !"git lg1" - tree = !"git lg1" + tree = 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(bold yellow)%d%C(reset)' --all + lg = !"git tree" + sub = submodule # vim:noet