git: set default branch to main because why not

This commit is contained in:
Hedy Li 2021-09-07 17:54:09 +08:00
parent aa0034494c
commit 0a334f60de
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
1 changed files with 4 additions and 0 deletions

View File

@ -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