Is there a command to undo git-flow feature start?

Viewed 36840

I'm inexperienced with git-flow.

Is there a command to undo git-flow feature start?

3 Answers
git hf feature cancel -f

Use git hf help and git hf feature help to see the possibilities.

Related