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.
This commit is contained in:
Donovan Glover 2021-05-14 16:23:46 -04:00
parent 6c7c819f1d
commit 75d66fb6c6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -20,6 +20,9 @@
[branch]
autosetuprebase = always
[init]
defaultBranch = master
[rerere]
enabled = true