Ver Fonte

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

Fabian Peter Hammerle há 2 anos atrás
pai
commit
20b1f3b323
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      gitconfig

+ 3 - 0
gitconfig

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