fix: define git default branch
This commit is contained in:
parent
8fa0a0acfe
commit
3e4e471f1a
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
|
init.defaultBranch = "master";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue