From fdfec75ab35735e0eec97e115cfdf9e5781430d4 Mon Sep 17 00:00:00 2001 From: Patrick Cao Huu Thien Date: Tue, 24 Jun 2025 16:58:38 +0200 Subject: [PATCH] git: branche pas defaut = main --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index e04f223..5cf6c36 100644 --- a/.gitconfig +++ b/.gitconfig @@ -26,3 +26,5 @@ tool = vimdiff1 [push] followTags = true +[init] + defaultBranch = main