I use Git Flow with my git repos. At the "start up" of the repo, after the clone I'll usually start pushing git flow button and configure it.
The new policies suggest to avoid the usage of "master" word for the production branch. So, like bitbucket suggest, I change all my production branches in "main".
There is a way to configure source tree to create the init form with custom values? I.E. now when you initalize the repository with the "Git Flow" button start with this values:
Production branch: master
Developer branch: develop
Feature branch: feature/
...
I'll prefer to start with different value, how can I customize these?
We want to do the same thing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.