diff --git a/.gitconfig b/.gitconfig index c9e6052..9e3b898 100644 --- a/.gitconfig +++ b/.gitconfig @@ -16,7 +16,7 @@ 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" lgd = log -p --decorate - history = log --oneline --abbrev-commit --all --graph --decorate + history = log --pretty=oneline --abbrev-commit --all --graph --decorate tidy = remote prune origin st = status ci = commit