make main the default branch name for new git repos
This commit is contained in:
parent
8a15ea2655
commit
ba3a2bc6c5
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