git: set default branch name to main

master
Guillaume Dott 2021-07-08 21:05:50 +02:00
parent 91e2532b3e
commit c552788d51
1 changed files with 2 additions and 0 deletions

View File

@ -37,3 +37,5 @@
# vim: set filetype=gitconfig: # vim: set filetype=gitconfig:
[pull] [pull]
rebase = true rebase = true
[init]
defaultBranch = main