Set git default branch master.

This commit is contained in:
voussoir 2022-03-26 13:24:48 -07:00
parent 8616cdc5dd
commit e379be8c79
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -9,6 +9,8 @@
on = log --graph --oneline --decorate @{u}~1..HEAD
om = log --graph --oneline --decorate HEAD~1..@{u}
upstream = clone --origin upstream
[init]
defaultBranch = master
[push]
default = simple
[credential "helperselector"]