ingydotnet / git-subrepo

MIT License
3.18k stars 263 forks source link

git config init.defaultbranch is not used when initializing subrepo #587

Open tennox opened 1 year ago

tennox commented 1 year ago
$ git config init.defaultbranch
main
$ git subrepo init subdir/ -r remote-name
$ git subrepo push --all
Subrepo 'subdir' pushed to 'remote-name' (master).

:cry: