You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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?