]> gitweb.fluxo.info Git - rhatto/dotfiles/git.git/commitdiff
Set defaultBranch to 'main'
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 13 Sep 2021 19:57:36 +0000 (16:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 13 Sep 2021 19:57:36 +0000 (16:57 -0300)
gitconfig.dot.link

index 42d392581c64a430239a071c009eb7dc164ab150..2110a5d484e3861204d0b1220555ce7e491f0890 100644 (file)
@@ -40,8 +40,8 @@
 [pull]
        rebase = false
 
-# Soon: default initial branch
+# Default initial branch
 # https://stackoverflow.com/questions/64249491/difference-between-main-branch-and-master-branch-in-github
 # https://stackoverflow.com/questions/42871542/how-can-i-create-a-git-repository-with-the-default-branch-name-other-than-maste
-#[init]
-#defaultBranch = main
+[init]
+       defaultBranch = main