You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like PkgSkeleton.generate is hard-coded to generate git repositories with master as the default branch. It would be nice to be able to customize that, and additionally use git config --get init.defaultBranch as a default value.
It looks like
PkgSkeleton.generateis hard-coded to generate git repositories withmasteras the default branch. It would be nice to be able to customize that, and additionally usegit config --get init.defaultBranchas a default value.