Top "Git-flow" questions

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

Managing hotfixes when develop branch is very different from master?

I'm using the "Git Flow" branching model, with a master branch and a develop branch. I'm working on a major …

git git-flow
delete a 'feature' branch using gitflow without merging into master branch

I am using the Git GUI called 'Souretree' by Atlassian and in particular the 'Gitflow' module to manage various branches. …

git repository git-flow atlassian-sourcetree
Is there a command to undo git flow init?

After git flow init, how to remove git flow model? Even, I removed related config from .git/config file. $ git …

git-flow
Git flow release branches and tags - with or without "v" prefix

I have seen multiple contradicting definitions on various git flow related websites. Is there an official recommendation or single source …

git naming-conventions git-flow
Git branching strategy integated with testing/QA process

Our development team has been using the GitFlow branching strategy and it has been great ! Recently we recruited a couple …

git testing qa git-flow
Following git-flow how should you handle a hotfix of an earlier release?

If you try to follow the git-flow branching model, documented here and with tools here, how should you handle this …

git branch git-flow hotfix
GitFlow: safely merge develop changes to a feature branch

Recently I started working on a big features, so I created a new feature/xyz branch. Problem is that this …

git git-flow
Is there a command to undo git-flow feature start?

I'm inexperienced with git-flow. Is there a command to undo git-flow feature start?

git git-flow
How to reset the git-flow configuration in SourceTree?

In my team we are migrating from svn to git and we have agreed upon embracing the git-flow flow. I've …

git git-flow atlassian-sourcetree
How to install GitFlow for Windows

Is there a way to install Git Flow on Windows? I tried this tutorial but I'm unable to understand it. …

windows git git-flow