From 30909a5dc65b232366d0306799756512202e8031 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 16 Feb 2023 04:46:17 -0600 Subject: [PATCH] added config change to git. --- git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index e10ee20..18d11ae 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -6,3 +6,5 @@ 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 [init] defaultBranch = trunk +[push] + autoSetupRemote = true