T
T
TomaZ Vazovsky2014-06-27 10:51:47
git
TomaZ Vazovsky, 2014-06-27 10:51:47

Who Uses Git Flow Workflow?

Please leave a comment or reply if you use git flow in your ongoing development. If you know examples of well-known companies that use this methodology in their development, please share.
The fact is that there are a lot of articles on the Internet describing how to work correctly using this methodology, but it’s hard to find examples of use or reviews, so if you have something to say on the topic, I would be extremely grateful.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
kompi, 2014-06-27
@kompi

I ran into the following problem when a feature branch exists for a long time and the develop branch changes a lot. In theory, there should be a merge from develop to feature, but the model does not allow such a merge during the existence of a feature branch.

A
Alex Kheben, 2014-06-27
@zBit

There is a good tool for Linux called git-flow, the Git Flow Workflow methodology is implemented there. The only thing you have to do manually with it is "git merge develop" in the vichi branch and resolving conflicts when merging.
PS: as far as I understand, this is not about the tool, but about the methodology itself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question