From ffaa0813cd2c987d927aef485b22d48aebc53bea Mon Sep 17 00:00:00 2001 From: David Senoner Date: Fri, 25 Oct 2024 12:46:45 +0200 Subject: [PATCH] git: change default branch name for new repos --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 45bac2d..8c3661b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,3 +12,5 @@ smtpserver = smtp.konmail.net smtpuser = seda18@rolmail.net smtpserverport = 587 +[init] + defaultBranch = main