gitflow-avh icon indicating copy to clipboard operation
gitflow-avh copied to clipboard

Allow gitflow.feature.finish.no-ff to be configured during gt flow init.

Open mahlon-gumbs opened this issue 8 years ago • 2 comments

  • defaults to true

This is in response to https://github.com/petervanderdoes/gitflow-avh/issues/291 which has bitten me in the past as well.

mahlon-gumbs avatar Oct 04 '16 18:10 mahlon-gumbs

The Incorporating a finished feature on develop section of A successful Git branching model doesn't make an exception for a feature branch with only one commit on so it would be nice if git flow init prompted the user with the option to make git flow feature finish <name> work consistently for all feature branches without having to remember to also invoke git config gitflow.feature.finish.no-ff true afterwards (#140).

jkankiewicz avatar Mar 15 '18 23:03 jkankiewicz

I'm in the process of updating gitflow. If you could kindly resubmit your pull request against my fork here as it appears this fork is no longer being updated.

ChrisJStone avatar Jun 10 '23 15:06 ChrisJStone