From a912f301628637a4314e269ded14dd14f089e322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Mon, 11 Jan 2021 20:23:18 +0100 Subject: [PATCH] Set the default git branch name --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index c03c99c..88bf4c4 100644 --- a/.gitconfig +++ b/.gitconfig @@ -63,3 +63,6 @@ [pull] rebase = false + +[init] + defaultBranch = main