From 384b1ecc194d31e2e35d361a7715d32047c32537 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 15 Jan 2022 10:46:30 +0800 Subject: git: Set default branch to 'master' --- _gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_gitconfig b/_gitconfig index 7768ee9..0d1fb32 100644 --- a/_gitconfig +++ b/_gitconfig @@ -15,6 +15,9 @@ # Aaron LI # +[init] + defaultBranch = master + [core] # Use 'less' as the pager and display tabs of width 8 pager = less -x1,9 -R -- cgit v1.2.2