From 50fd0e0066265964ff85582e38cc15d061999e28 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 16 Oct 2021 02:13:16 +0300 Subject: [PATCH] .gitconfig: Default branch is `master` --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 7b4c249..f03671a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -198,6 +198,9 @@ [include] path = ~/lib/config/git/light_bg +[init] + defaultBranch = master + [log] abbrevCommit = true #mailmap = true -- 2.39.2