nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.63k stars 2.66k forks source link

'git flow feature start' exits with non-obvious error in some cases #414

Open deutrino opened 9 years ago

deutrino commented 9 years ago
$ git flow feature start featurename
Branches 'develop' and 'origin/develop' have diverged.
And branch 'develop' may be fast-forwarded.

Nothing in this output tells me that this is considered an error, and that 'featurename' has not been created.