From 7bcfa3802675ccc0fbd00b7979116d9e0e8cf62e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 2 Nov 2024 10:59:25 +0100 Subject: [PATCH] Use "main" as default git branch --- git/gitconfig.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig.j2 b/git/gitconfig.j2 index ff7d5d0..7f492f0 100644 --- a/git/gitconfig.j2 +++ b/git/gitconfig.j2 @@ -121,7 +121,7 @@ insteadOf = https://code.hkoerber.de/ [init] - defaultBranch = master + defaultBranch = main [safe] directory = /var/lib/dotfiles [includeIf "gitdir:/var/lib/dotfiles"]