From 072aeb4c4221112669de5caf4513ac0fc83fb393 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 8 Jun 2021 08:53:38 +0100 Subject: [PATCH] Changed default git branch --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 47ebe1c..3ad20ae 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,6 +8,9 @@ [push] default = simple +[init] + defaultBranch = main + [credential] helper = store