Configure default branch name for git
This commit is contained in:
parent
4a11099f6f
commit
e2baf15fe6
|
@ -13,6 +13,7 @@
|
||||||
hub.protocol = "ssh";
|
hub.protocol = "ssh";
|
||||||
core.editor = "nvim";
|
core.editor = "nvim";
|
||||||
rebase.autoStash = true;
|
rebase.autoStash = true;
|
||||||
|
init.defaultBranch = "main";
|
||||||
|
|
||||||
# Sign commits using ssh
|
# Sign commits using ssh
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
|
|
Loading…
Reference in a new issue