Description
When initializing a new empty repository in GitSync, the default branch is created as master.
GitHub currently uses main as the default branch for new repositories, so this causes a mismatch when setting up a new repository for GitHub.
Describe the solution you'd like
Please use main as the default branch when initializing a new repository.
Alternatively, it would be even better if the default branch name could be configured in GitSync's settings.
Describe alternatives you've considered
Currently, I rename the branch from master to main manually before syncing with GitHub.
Description
When initializing a new empty repository in GitSync, the default branch is created as master.
GitHub currently uses main as the default branch for new repositories, so this causes a mismatch when setting up a new repository for GitHub.
Describe the solution you'd like
Please use main as the default branch when initializing a new repository.
Alternatively, it would be even better if the default branch name could be configured in GitSync's settings.
Describe alternatives you've considered
Currently, I rename the branch from master to main manually before syncing with GitHub.