Questions tagged [branching-strategy]
153 questions
-2
votes
1 answer
Pull Request Flow
I want to implement branching strategy in bitbucket-cloud where a pull request to master can be done only from release/* branch and hotfix/* branch. No one branches would be allowed to raise a Pull request to master.
Similarly a Pull request to…

canceriandebu
- 11
- 3
-2
votes
1 answer
Branching solution
I'm working with visual studio and TFS and currently exploring the idea of branching and merging. To give a general overview of how I'm organizing one solution:
MySolution
- MyProject 1
MyProject1TestBranch
- MyProject 2
- MyProject 3
I have…

Banjaxx
- 624
- 2
- 18
- 34
-3
votes
1 answer
Git Cherry-pick branching strategy?
So I joined a team that's recently (within the last year) moved from TFS to GIT. The branching strategy is this. Dev -> Release -> Master. When Dev is ready, merge to Release. Build from Release and deploy to various environments. Once it…

mattkins99
- 1
- 1