1
0
Fork 0

git: set master as default branch during init

This commit is contained in:
Alan Faubert 2023-08-09 13:13:24 -04:00
parent b7e391935d
commit b6c0d83473
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
[credential]
helper = manager
provider = generic
[init]
defaultbranch = master
[pull]
ff = only
[push]