From 3811b2b6a65868c557640034e8cc32c4d84e722e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 13 Sep 2021 16:57:36 -0300 Subject: Set defaultBranch to 'main' --- gitconfig.dot.link | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gitconfig.dot.link') 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 -- cgit v1.2.3