From 9c8892559d56ab31d527044b7023db03a41d07b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Tue, 17 Oct 2023 09:48:10 +0200 Subject: [PATCH] Change git default name --- git/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index 0fa1801..5859e09 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -1,6 +1,8 @@ [user] name = Thomas Lovén email = thomasloven@gmail.com +[init] + defaultBranch = main [credential] helper = cache [color]