Closed wesinator closed 1 year ago
switch defaultBranchName to use main 'main' for an empty / new repo
L54 is kept in for legacy compatibility
This is an incremental fix: ideally it should create the branch name from git config init.defaultBranch
init.defaultBranch
fixes #2755
Description of the Change
switch defaultBranchName to use main 'main' for an empty / new repo
L54 is kept in for legacy compatibility
This is an incremental fix: ideally it should create the branch name from git config
init.defaultBranch
Screenshot or Gif
Applicable Issues
fixes #2755