From acc87f32c5ae71546b6eec42b4f23e3e7fbe12af Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sun, 27 Aug 2023 15:46:42 +0530 Subject: git: make master the default branch --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index 032eb50..ef5d973 100644 --- a/.config/git/config +++ b/.config/git/config @@ -8,3 +8,5 @@ smtpuser = sinan@firemail.cc smtpencryption = ssl smtpserverport = 465 +[init] + defaultBranch = master -- cgit v1.2.3