Fix git init defaults to branch name "master" (now: "main")
This commit is contained in:
parent
ee70819b3f
commit
dab56acd19
1 changed files with 12 additions and 0 deletions
|
|
@ -9,6 +9,18 @@
|
|||
color.ui = true;
|
||||
core.editor = "hx";
|
||||
github.user = "emileclarkb";
|
||||
|
||||
init = {
|
||||
defaultBranch = "main";
|
||||
};
|
||||
url = {
|
||||
"https://github.com/" = {
|
||||
insteadOf = [
|
||||
"gh:"
|
||||
"github:"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
userName = "Emile Clark-Boman";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue