fix: set default branch name in git to main
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
pull = {
|
||||
rebase = true;
|
||||
};
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user