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

https://github.com/Homebrew/homebrew-core/issues/8471 > If you can convince nvie to officially deprecate https://github.com/nvie/gitflow and point to git-flow-avh then we'll consider it. Otherwise, we're going to fall back to the relative upstream names.

![git flow_blur](https://user-images.githubusercontent.com/6319375/76742506-2f545500-6797-11ea-8396-b0fcbde6e5b3.png) I am using git flow from last 4 years and I haven't faced this type of issue ever. Issue is clear in image still describe it here: I...

Is there a specific workflow based reason that the `git flow feature finish` feature doesn't have a `p` flag like release finish to automatically push back to the target branch...

Is there any gitflow configuration file that can be shared, so that gitflow works the same way across all developers in a team. There are several "ways" that gitflow works,...

In e1ec57d48ac5c234262d84469af56b00b38929ab this line was added: ``` export POSIXLY_CORRECT=1 ``` And it probably fixed some issues in git-flow, but it causes breakages down the line. Specifically, when git-flow does `git...

I might be doing this wrong, but if I attempt to clone a repo that only has a `develop` branch and then try to start a feature using `git flow...

Using this repo as an example, `git flow init -d` will fail if the only branch that exists is "develop": ``` $ git clone git://github.com/nvie/gitflow.git Cloning into gitflow... remote: Counting...

It is my understanding from the page http://nvie.com/posts/a-successful-git-branching-model/, where I first learned the git-flow model about 2 years ago, that a `tag` would always be on the commit where the...

修正安装脚本的地址