aboutsummaryrefslogtreecommitdiff
path: root/gitconfig.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-09-13 16:57:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-09-13 16:57:36 -0300
commit3811b2b6a65868c557640034e8cc32c4d84e722e (patch)
tree49b6358355590f77ade3e3e399fe66ce25152057 /gitconfig.dot.link
parent6bfd5be3cbcfb04215070fa49b4f8285400c2876 (diff)
downloadgit-3811b2b6a65868c557640034e8cc32c4d84e722e.tar.gz
git-3811b2b6a65868c557640034e8cc32c4d84e722e.tar.bz2
Set defaultBranch to 'main'
Diffstat (limited to 'gitconfig.dot.link')
-rw-r--r--gitconfig.dot.link6
1 files changed, 3 insertions, 3 deletions
diff --git a/gitconfig.dot.link b/gitconfig.dot.link
index 42d3925..2110a5d 100644
--- a/gitconfig.dot.link
+++ b/gitconfig.dot.link
@@ -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