We are using bitbucket to maintain our git repository and branches. We want to implement following branching policies . Is it possible to do this in bitbucket?? Any plugin or any code??
We want following restrictions in GIT –
- Feature & Release branches must be created from Dev Branch
- Hot Fix branch must be created from Master
- Bug Fix branch must be created from Release branch
- Any Merge in Dev branch/Release branch should happen using Pull request only.