gitflow icon indicating copy to clipboard operation
gitflow copied to clipboard

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

Results 112 gitflow issues
Sort by recently updated
recently updated
newest added

I noticed that the original owner of shflags had a repo at GitHub now, and since nvie/shFlags was just a copy of the old GoogleCode repo, I thought it was...

This might be a stupid question, a release is very similar to a feature branch, why can one publish a release and then can't pull using git-flow commands like you...

Currenttly, `git feature publish` is accturaly an alias to `git push` which I do not think it is a correct behavior of **publish**. I think **publish** should mean that the...

I think setting up git flow for multiple developers can be very tedious and error-prone (if we don't use default settings). Therefore it would be great to have a file...

Feature

Disabled deletion of branch in 2 workflows , 1. git flow feature finish 2. git flow hotfix release

I had a feature branch named **'feature/google+'** and unfortunately none of the git flow command could find it. I got all the time: _Branch 'feature/google+' does not exist and is...