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