Hi All,
I am doing a git flow release start version1_0 and then receiving the following response:
"There is an existing release branch (list of feature branches here). Finish that one first."
However the list of 3 branches returned is a list of feature branches that i don't wish to place in this release as they are not complete.
If i run a git flow feature list it returns exactly the same list of branches as when i run a git flow release list.
These branches were created using git flow feature start <feature-name>.
I am using git version 1.8
When i pull the git flow repo it says that I am "Already up-to-date."
I have had a google and have not seen similar elsewhere.
Grateful for any tips on what might be wrong or workarounds.
Many Thanks
Mathew (git + gitflow newbie)