From 8b3df4cc6ea149a7d929e2345e1fd39162ad74d8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 20 Nov 2020 21:04:39 -0300 Subject: Fix: WIP: default initial branch name --- gitconfig.dot.link | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3