From ab89a6e35374d7aefa005bc2a26ce8ca242d0b4c Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Mon, 7 Feb 2022 13:35:51 -0600 Subject: [PATCH] default branch name is now trunk --- git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 616f02e..e10ee20 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -4,3 +4,5 @@ [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 +[init] + defaultBranch = trunk