git: set default branch name to main
parent
91e2532b3e
commit
c552788d51
|
@ -37,3 +37,5 @@
|
|||
# vim: set filetype=gitconfig:
|
||||
[pull]
|
||||
rebase = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
Loading…
Reference in New Issue