git: set default branch
This commit is contained in:
parent
f4770cb5ee
commit
018b475855
@ -10,5 +10,7 @@
|
|||||||
default = simple
|
default = simple
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
[init]
|
||||||
|
defaultBranch = master
|
||||||
[credential]
|
[credential]
|
||||||
helper = syscmd(`find /usr/share/git /usr/share/doc/git ~/.local/bin -name git-credential-gnome-keyring || echo store')
|
helper = syscmd(`find /usr/share/git /usr/share/doc/git ~/.local/bin -name git-credential-gnome-keyring || echo store')
|
||||||
|
Loading…
Reference in New Issue
Block a user