From: Silvio Rhatto Date: Mon, 13 Sep 2021 19:57:36 +0000 (-0300) Subject: Set defaultBranch to 'main' X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3811b2b6a65868c557640034e8cc32c4d84e722e;p=rhatto%2Fdotfiles%2Fgit.git Set defaultBranch to 'main' --- 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