diff --git a/git/gitconfig b/git/gitconfig index fc1bb8d..8e7aae0 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -11,6 +11,7 @@ co = checkout st = status ci = commit + hist = log --pretty=format:'%C(yellow)[%ad]%C(reset) %C(green)[%h]%C(reset) | %C(white)%s %C(bold blue){{%an}}%C(reset) %C(red)%d%C(reset)' --graph --date=short [log] date = local [core]