Change default branch name to git
‘master’ is a problematic term and ‘main’ works just as well.
This commit is contained in:
parent
001320a0ea
commit
d7b912555c
1 changed files with 2 additions and 0 deletions
|
@ -7,3 +7,5 @@
|
||||||
xfuncname = "^[[:space:]]*?\\(def\\w+? ((\\w|-|'|:|=|<|>)+)"
|
xfuncname = "^[[:space:]]*?\\(def\\w+? ((\\w|-|'|:|=|<|>)+)"
|
||||||
[sendemail]
|
[sendemail]
|
||||||
sendmailcmd = /usr/bin/msmtp
|
sendmailcmd = /usr/bin/msmtp
|
||||||
|
[init]
|
||||||
|
defaultBranchname = main
|
||||||
|
|
Loading…
Reference in a new issue