From 1181a22b6a8ee52e35b1bd4ec4006ee33ac18f31 Mon Sep 17 00:00:00 2001 From: Felix Wittwer Date: Thu, 31 Mar 2022 10:43:28 +0200 Subject: [PATCH] Set main as main branch --- entropy/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entropy/.gitconfig b/entropy/.gitconfig index 5aa3dbf..ed35094 100644 --- a/entropy/.gitconfig +++ b/entropy/.gitconfig @@ -25,3 +25,5 @@ commit-decoration-style = bold yellow box ul file-style = bold yellow ul file-decoration-style = none +[init] + defaultBranch = main