Closed eralumin closed 3 years ago
Thanks for the suggestion. Can you help me understand how your code ensures that it finds the right branch name that a user wants to use for creating a new topic branch?
The existing code always returns "master", which surely isn't right for everyone. For example, some teams use a branch named "develop", some teams use a branch named "trunk", etc.
Set default branch according to HEAD position.