From 75d66fb6c6192ccddd1816af45965b812ebb3d45 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 14 May 2021 16:23:46 -0400 Subject: [PATCH] git: Set the default branch to master I've always loved how the master branch is called master since it's comparable to mastering a skill or emphasizing the importance of something. --- git/.gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 793cdd3..7fa4ee9 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -20,6 +20,9 @@ [branch] autosetuprebase = always +[init] + defaultBranch = master + [rerere] enabled = true