Top "Git-flow" questions

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

GitFlow: what is difference between release and master branches?

I've just took a look on this gitflow cheat sheet. I don't understand the release branch. Could anybody tell me …

git git-flow
Who is successfully using git-flow?

Are any large software projects using git-flow and, if so, how is it going? (See http://nvie.com/posts/a-successful-git-branching-model/ …

git workflow git-flow
Maven: Bind plugin execution to the execution of another plugin, not to a lifecycle phase

Note regarding the accepted answer: I accepted the answer because of strong circumstantial evidence. Nonetheless, this is circumstantial evidence, so …

maven maven-release-plugin git-flow
Advice on multiple release lines and git-flow, for git non-gurus

Our software product line requires developing and maintaining multiple software versions concurrently. We are relative Git newbies and recently adopted …

git release-management git-flow
Adapting the git-flow model for pre-production environments

I am thinking of extending the git-flow model for my current workplace, due to a particular scenario. But my scenario …

git deployment release-management git-flow
Workflow with git-flow feature branches and Gerrit

Is there a recommended workflow for working with git-flow feature branches in Gerrit? Any best practices? We are starting a …

git workflow gerrit git-flow
Merge a branch with Git Flow keeping the branch still alive

I'm starting using git flow and I understand that doing: git flow feature start my-feature git flow feature finish my-feature …

git merge git-flow
Unable to create a new hotfix in SourceTree gitflow

Hello this is my git workflow. I'm trying to create by using Sourcetree a new hotfix. Unfortunately I get this …

git atlassian-sourcetree git-flow hotfix
How to do hotfixes with GitHub Pull Requests

Caveat: I am fairly new to both git and GitHub. So, in my current setup, my team uses git flow …

github git-flow
Using git flow, how would I revert back to a previous release?

I'm using git flow for my projects. When a release has been merged into the master branch it is tagged …

git version-control git-flow