I'm currently migrating a project to Git Flow and I'm really appreciated the flexibility it provides.
The problem is, in the following situations, may I working on and commit to a development branch directly?
- a minor typo fix,
- or a small method-level refactor,
- or some errors fixes after a feature was merged.
I've read the creator's post and there is no mention of this situation. What you guys doing in real world?