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

Switched to HTTPS URL for submodule shFlags to support installation through proxy behind firewall.

This is what the latest version provides which is wrong for prefixes (they are not supposed to be blank - this has worked ever since the beginning of git flow...

Just do these commands in your terminal: ``` git status git add . git status git commit -m 'Commit typechanges' ``` It works well for me ;) _Originally posted by...

Take care of the situation where two release branches live next to each other. In that situation, a "finish release" action should merge back changes into the other release, not...

Feature

Hello, is it possible to have a file like .gitconfig or .gitflow in the root of the repository with the default branch and prefix names. So when you call `git...

The following may be a Git Flow issue or a Git for Windows issue. In addition to this ticket I also opened the following: https://github.com/git-for-windows/git/issues/2176 ### **With the following environment:**...

How about support `git flow release start` but with changes in the working tree? Will need to require that the commit is on the `develop` branch to avoid merge conflicts....

I have a problem when finishing a feature. Here is what I do: `git flow feature start my_feature` [Make some commits on this feature] `git flow feature finish my_feature` ```...

I just installed git-flow using the command below, found at [git-flow cheatsheet](http://danielkummer.github.io/git-flow-cheatsheet/) ``` wget -q -O - --no-check-certificate https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | bash ``` Unfortunately, when I run `git flow init`, I...

Please submit new issues [here](https://github.com/petervanderdoes/gitflow-avh) **Why** you should submit [there](https://github.com/nvie/gitflow/issues/437#issuecomment-159682661) > The last commit in the repository was on Sep 25, 2012, the last release was on on Feb 14,...