From 8988507a624a3ff10c95994da6122569e6dfb776 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 25 Sep 2023 09:02:59 -0700 Subject: [PATCH] try out git lg --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 4d49f5e..e825700 100644 --- a/.gitconfig +++ b/.gitconfig @@ -22,6 +22,7 @@ ; fix = commit --amend --no-edit --no-reset-author fix = commit --fixup @ ctags = !.git/hooks/ctags + lg = log --date=format:'%a %b %e, %Y' --pretty=format:'%C(yellow)%h%C(reset) %s %C(cyan)%cd%C(reset) %C(blue)%an%C(reset) %C(green)%d%C(reset)' --graph ; https://roadrunnertwice.dreamwidth.org/596185.html [difftool] prompt = false [difftool "sourcetree"]