From 048c1002646af6a50264aef4728d1028120ce949 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sat, 29 May 2021 21:23:23 -0500 Subject: [PATCH] Set a default branch name for git. --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index e4717f0..00f0259 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,6 +10,8 @@ diff = auto interactive = auto status = auto +[init] + defaultBranch = master [web] browser = google-chrome [credential]