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"]