From 7a8a1be8c7aaaef9a013de77a784ce56a00f5e37 Mon Sep 17 00:00:00 2001 From: Scott Bronson Date: Mon, 3 Aug 2020 11:59:43 -0700 Subject: [PATCH] `main` branch, not `master`. Love it. --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 8b128ba..cc67f71 100644 --- a/.gitconfig +++ b/.gitconfig @@ -116,3 +116,5 @@ pushInsteadOf = "https://gist.github.com/" pushInsteadOf = "http://gist.github.com/" pushInsteadOf = "gist:" +[init] + defaultBranch = main