From c5307172ad00bef065fe6ee6f66568a6884e062c Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Wed, 7 Jun 2023 10:37:19 -0500 Subject: [PATCH] changed git graph to be simpler and more organized. --- git/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/.gitconfig b/git/.gitconfig index 65ec049..9ef1c8c 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 --date-order --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) (%C(bold red)%an%C(reset)/%C(bold cyan)%ae%C(reset)) - %C(white)%s%C(reset)%C(yellow)%d%C(reset)' --all + graph = log --graph --decorate --oneline --topo-order [init] defaultBranch = trunk [push]