python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to implement DEMO release
My team and I are using GitFlow to versioning our code, but now we need to have a third branch for DEMO to be able to
publish from DEVELOP in DEMO for testing and then from DEMO to MASTER when all te...
Emanuele Lacopo
Votes: 0
Answers: 1
How to restrict the merge request to be executed only from and to specific branches?
I am trying to implement git flow with GitLab.
The flow of merge requests should be restricted. For example, it should not be allowed to create a merge request from a feature branch to main.
Can I sol...
Znar
Votes: 0
Answers: 1
When I merge my release branch into main, and then into dev to incorporate the changes there, my dev says it's X commits ahead, X commits behind. Why?
I'm following the gitflow branching model. I follow the guidelines quite closely.
I create a release branch from dev, and make final bugfixes and adjustments there
I then merge this into main, and th...
Milind Sharma
Votes: 0
Answers: 1
PR from release to main has conflicts
Very recently we moved over to a "Git Flow" approach, where we make use of develop, release, and main branches. Recently we created a main branch from the same commit as the most recent rele...
user18299425
Votes: 0
Answers: 1