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…
-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…
-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…
1 2 3
10
11