aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-11-20 21:04:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-11-20 21:04:39 -0300
commit8b3df4cc6ea149a7d929e2345e1fd39162ad74d8 (patch)
treec8fbdfd5886656e8db813b027d362bd0514391cb
parent2bbdd87def60e178d18d9c7a49de8739d783aa66 (diff)
downloadgit-8b3df4cc6ea149a7d929e2345e1fd39162ad74d8.tar.gz
git-8b3df4cc6ea149a7d929e2345e1fd39162ad74d8.tar.bz2
Fix: WIP: default initial branch name
-rw-r--r--gitconfig.dot.link6
1 files changed, 6 insertions, 0 deletions
diff --git a/gitconfig.dot.link b/gitconfig.dot.link
index 2dadd88..42d3925 100644
--- a/gitconfig.dot.link
+++ b/gitconfig.dot.link
@@ -39,3 +39,9 @@
ignoredHook = false
[pull]
rebase = false
+
+# Soon: 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