From 17fd1e5b6f6f63e374f54d91ac3228dd73b90a1a Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Wed, 7 Feb 2024 15:14:18 +0100 Subject: [PATCH] git: change defaultBranch to main --- files/git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/git/.gitconfig b/files/git/.gitconfig index bd87f52..9cd915a 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -27,3 +27,5 @@ date = relative [grep] lineNumber = true +[init] + defaultBranch = main