Top "Git-flow" questions

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

Git flow branching for fixing a bug

I have been using git flow for a while. I was searching for branching model for fixing issues and bugs …

git git-flow
git-flow: how to checkout release branch from origin?

What is the perferred workflow to pull a published release branch from the central repo using git-flow? eg: Mike made …

git git-branch git-flow
Sourcetree - upgraded to latest version, git-flow missing

Hey I just updated Sourcetree on my mac to the latest version (2.2). Where did git-flow go? And how do I …

atlassian-sourcetree git-flow
Rename a branch in git flow

Is it possible to rename a feature branch using git-flow? I tried looking up git flow help and git flow …

git branch git-flow
Looking for a way automate the "bump version" with git flow

I have been using git flow for a couple of months and it has worked very well. I would like …

git bash awk git-flow version-numbering
How should Git Flow work with QA testing both a release and a new feature?

We are using Git Flow on our latest iOS project and I am trying to work out a way of …

git testing branching-and-merging qa git-flow
git flow - how do I pause development on one feature to work on another

I'm new to git and git flow. I've read all the various pages, blogs, and stackoverflow questions on it,and …

git git-flow
How to undo git flow feature finish?

I am learning git-flow and I just did git flow feature finish <feature-name>, which merged my feature branch …

git git-branch branching-and-merging git-flow
Git-flow fails with "fatal: no tag message? / Tagging failed. Please run finish again to retry"

I am using git-flow to manage a project. I am getting the following message when issuing git flow release finish …

git git-flow
Continuous integration and continuous delivery with git-flow

We have been doing continuous integration and continuous delivery since a while with Subversion commits as the pipelines triggers. Recently, …

git continuous-integration git-flow continuous-delivery