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