Y
Hacker News
new
|
ask
|
show
|
jobs
by
tkschmidt
4344 days ago
Is there an option to automatically merge --non-ff a feature branch into development? "Finish feature" seems to use just merge
1 comments
tobidobi
4344 days ago
In the standard "Merge" dialog (see toolbar button), the option "Always generate merge commit" will make sure the merge is --no-ff.
link
tkschmidt
4344 days ago
but this option doesn't work for the "finish feature" part of git-flow
link