-
Suggestion
-
Resolution: Duplicate
-
None
-
None
We use git flow model of branching.
Branch master - production,
branch release (only one) - candidate to production,
and branch develop - new features.
Auto merging is switch on.
We use hotfix to correct production errors. After pull request we expect auto merge to release and develop. We've got only auto merge to develop.
I've read BSERV-7235 and I've feeling that branching model of stash is not git flow.
Is possible change configuration to support git flow?
- duplicates
-
BSERV-4241 Allow auto-merging specific branch/branches
- Gathering Interest
Pull request in master branch should be merged in develop branch
-
Suggestion
-
Resolution: Duplicate
-
None
-
None
We use git flow model of branching.
Branch master - production,
branch release (only one) - candidate to production,
and branch develop - new features.
Auto merging is switch on.
We use hotfix to correct production errors. After pull request we expect auto merge to release and develop. We've got only auto merge to develop.
I've read BSERV-7235 and I've feeling that branching model of stash is not git flow.
Is possible change configuration to support git flow?
- duplicates
-
BSERV-4241 Allow auto-merging specific branch/branches
- Gathering Interest