From a51a79ce6a76fdcd246c729b56ba5a6249e03ee9 Mon Sep 17 00:00:00 2001 From: Rasmus Rosengren Date: Tue, 14 Sep 2021 03:14:29 +0200 Subject: [PATCH] add git default branch --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 921cdce..1df3aef 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,6 +9,9 @@ [pull] rebase = false +[init] + defaultBranch = master + [pager] diff = delta log = delta