From 782001b2f666a16ef71dbb3741fd8d82b9c563f7 Mon Sep 17 00:00:00 2001 From: gliech Date: Mon, 7 Sep 2020 21:34:14 +0200 Subject: [PATCH] feat(gitconfig): modified graph and new chronograph commands --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 1c04ecc..9d3eb6b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -18,4 +18,5 @@ [pager] log = less -S [alias] - graph = log --graph --abbrev-commit --date-order --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 + graph = 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 + chronograph = graph --date-order