Atlassian Bamboo: Handling git-Flow hotfix-branch
问题 At our company we use Jira, Bitbucket and Bamboo. Our repository is organized in the git-flow schema: develop-branch = Application code for testing (aka Release Candidate) master-branch = Application code running live feature-branches = new components based on actual dev-branch merged via pull-request hotfix-branches = new hotfixes based on master-branch merged into develop and master via pull-request Our versioning system works like the following: Now I'm trying to integrate our structure