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

Fatal: Base '075d488b5edfea3dd4040b6e3c3405a4380b1ea2' needs to be a branch. It does not exist and is required. help me!!!

Is it possible to provide the branch names on the command line during git flow init? If not, please consider this a feature request. My usage case is a script...

from this line `C:\cygwin64\home\USERNAME\gitflow> contrib\msysgit-install.cmd "C:\Program Files\Git"` I get an ERROR `-bash: syntax error near unexpected token `1'`

git flow hotfix start version tag_version Fatal: Base 'tag_verson' needs to be a branch. It does not exist and is required. Any idea?.

error: no se ha encontrado el objetivo: gitflow-git

Hi, The git-flow-feature has an explicit check around line 310 where it explicitly merges fast forward if the feature branch has one commit in it. I don't really understand the...

What's does ``init`` do at: https://github.com/nvie/gitflow/blob/develop/git-flow#L118 ``` $ git flow version init: required argument missing. 0.4.2-pre ```

When i use `git flow hotfix finish v1.0`, the new created tag `v1.0` was merged into develop but not `hotfix/v1.0`

As said in the title, I can't use -D or -F as the option for the command, any idea why this happens?