From 0a334f60de55a28ef7dedfc8ba59a18de1fa7908 Mon Sep 17 00:00:00 2001 From: Hedy Li Date: Tue, 7 Sep 2021 17:54:09 +0800 Subject: [PATCH] git: set default branch to main because why not --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index 7cf0694..db7935c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,6 +9,10 @@ email = hedy@tilde.cafe # email overidden in [include] signingkey = B51B5A8D1B176372 # and this +[init] + # I don't want people to complain and main is shorter to type so yeah + defaultBranch = main + [alias] s = status c = commit