git: set default branch

This commit is contained in:
Gabriel Ebner 2021-04-02 21:28:08 +02:00
parent f4770cb5ee
commit 018b475855

@ -10,5 +10,7 @@
default = simple
[pull]
ff = only
[init]
defaultBranch = master
[credential]
helper = syscmd(`find /usr/share/git /usr/share/doc/git ~/.local/bin -name git-credential-gnome-keyring || echo store')