git flow - how to merge feature branches with --no-ff -


i've started using git flow utility. see, when i'm finishing feature, merges develop branch, without using --no--ff flag. i'd use it, can see development workflow/history in git gui tool (e.g. gitk). there way config it, or patch it, merging feature branches --no-ff flag?

i found fork, has support of merging features --no-ff https://github.com/petervanderdoes/gitflow


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -