From 5db7d7f9394d8b0eb14f7abf13fbc4cf4afc2f4c Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 8 Feb 2021 20:20:25 +0000 Subject: Set main as the name of the default branch for new git repositories --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 524bb28..a599745 100644 --- a/.config/git/config +++ b/.config/git/config @@ -3,3 +3,5 @@ email = davidtsadler@googlemail.com [core] excludesfile = ~/.config/git/gitignore_global +[init] + defaultBranch=main -- cgit v1.2.3-13-gbd6f