Browse Source

init: change default branch name from "master" to "main"

Fabian Peter Hammerle 2 years ago
parent
commit
20b1f3b323
1 changed files with 3 additions and 0 deletions
  1. 3 0
      gitconfig

+ 3 - 0
gitconfig

@@ -10,6 +10,9 @@
 [interactive]
 	singleKey = true
 
+[init]
+	defaultBranch = main
+
 [status]
 	branch = true
 	short = true