From c4e4459eb77f5b30d8f2feffdd770326314ec8cb Mon Sep 17 00:00:00 2001 From: stevo Date: Sun, 9 Apr 2023 21:01:09 +0000 Subject: [PATCH] defaultBranch .gitconfig --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 839b5df..5fc55d3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -27,3 +27,5 @@ advertisePushOptions = true [gc] writeCommitGraph = true +[init] + defaultBranch = master \ No newline at end of file