-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
None
-
Affects Version/s: 4.2.2
-
Component/s: GitFlow
-
None
-
Severity 2 - Major
Reproduce:
- check out master
- check out release/wip (as your develop branch, don't ask, it's shameful)
- init gitflow
- create a new feature from release/wip
- delete master locally
- try to create a new feature (you should get an error that gitflow is not initialized)