make main the default branch name for new git repos
This commit is contained in:
parent
ecfc3a05c3
commit
00797bbef1
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@
|
|||
core.editor = "nvim";
|
||||
|
||||
pull.rebase = false;
|
||||
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
|
||||
difftastic = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue