From 18eb063667c29665e3274a06b9df3eb379dada45 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Wed, 7 Jun 2023 10:57:43 -0500 Subject: [PATCH] fine tuned format for git graph. --- git/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index 9ef1c8c..104fcd9 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -3,7 +3,7 @@ name = Gabe Venberg [alias] hist = log --graph --date-order --date=short --pretty=format:'%C(auto)%h%d %C(reset)%s %C(bold blue)%ce %C(reset)%C(green)%cr (%cd)' - graph = log --graph --decorate --oneline --topo-order + graph = log --graph --topo-order --all --pretty=format:'%C(auto)%h %C(cyan)%an %C(blue)%ar %C(auto)%d %s' [init] defaultBranch = trunk [push]