From 33a30123cedff18e50a3359324c44b542e7cfeac Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Tue, 26 Sep 2023 11:11:58 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20:=20nom=20de=20branche=20git=20par?= =?UTF-8?q?=20d=C3=A9faut=20dans=20ma=20configuration=20de=20master=20->?= =?UTF-8?q?=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/gitconfig b/home/gitconfig index b1e2ed1..55e8873 100644 --- a/home/gitconfig +++ b/home/gitconfig @@ -4,6 +4,6 @@ [core] editor = nvim [init] - defaultbranch = master + defaultbranch = main [pull] rebase = true