Top "Git-flow" questions

The git-flow workflow defines a strict branching model designed around a project release.

Gitflow with multiple master branches

While this is similar to the thread Git-flow and master with multiple parallel release-branches and to What's best way to …

git version-control git-flow
git - confusion over terminology, "theirs" vs "mine"

I'm completely confused about what mine vs theirs means. In this specific case, I've got a feature branch where I …

git git-branch git-flow
Git flow: How to configure a one-click release process in Jenkins?

We are using the standard git flow branching model (develop, master, release-, hotfix-, etc). As part of our workflow, we …

java git jenkins git-flow jgitflow-maven-plugin
git flow - how to start working on existing feature branch

I would like to start working on another developer's feature branch (we use git and git flow). AFAIK The branch …

git git-flow
Gitflow: Should I squash commits when merging from a release branch into master?

I am going to merge my release branch to master and I am wondering if I should squash the commits …

git git-flow git-squash
git: 'flow' is not a git command. See 'git --help'

I just tried to install git-flow, however, it does not seem to be integrated properly with git, what can I …

git git-flow
Is there any IDE/GUI support for git-flow on Windows/Linux?

Are there any GUI frontends for Git with git-flow support? Our team uses Eclipse IDE on Windows and Linux. Managed …

eclipse git git-svn git-gui git-flow
Multiple development branches with git-flow

I am currently looking a lot into git-flow, and trying to figure out, how to use it for the projects …

git version-control git-flow branching-strategy
How to resume Git-Flow after a break cause by a merge conflict on a finish command?

Do i really need to complete all the step by hand every time I "Finish" a branch and there is …

git git-flow
Is it possible to use the git-flow model with Subversion?

We use Subversion and aside from a few individuals such as myself there is little to no experience with branching …

svn branching-and-merging git-flow trunk