gitflow icon indicating copy to clipboard operation
gitflow copied to clipboard

Hotfix finish does not check for pending commits

Open petersondrew opened this issue 12 years ago • 1 comments

The bash version of gitflow does not allow hotfixes (and I'm guessing features and releases) to be finished while there are uncommitted changes. I feel that's an important safety net to have, could we get that same feature in the python version?

petersondrew avatar Nov 28 '12 21:11 petersondrew

For hotfix and release I'd aggree. For feature I'm unsure and would like to mimic the bash-version.

Please submit a pull-request or at least point me to what needs to be changed.

htgoebel avatar Feb 14 '13 22:02 htgoebel