From 3ae5434b2d2b30f5ce58a0b87dc0c7592dffdb59 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Mon, 3 Oct 2022 23:03:05 +0200 Subject: [PATCH] Switched default branch name to the new spec. --- common/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/.gitconfig b/common/.gitconfig index 57f4b64..2c66b7e 100644 --- a/common/.gitconfig +++ b/common/.gitconfig @@ -253,3 +253,5 @@ signingkey = 0917E6568B3A9A02 [mergetool] keepBackup = true +[init] + defaultBranch = main