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

Add options for strategy and merge-strategy

Open deiga opened this issue 10 years ago • 3 comments

For hotfix merges I'd like to use git merge -s recursive -X ours so it would be great if gitflow would accept the -s and -X options :)

deiga avatar Jan 02 '14 07:01 deiga

I would also like this option, for release and feature branches...

sishbi avatar May 21 '18 10:05 sishbi

Same here. We use release to track when and what code we push to prod, which is automated by jenkins because our environment consists of about 30 projects. Merging them all manually is hard and the lack of an automatic merge strategy kind of breaks the jenkins workflow

sirolf2009 avatar Oct 04 '18 12:10 sirolf2009

https://github.com/petervanderdoes/gitflow-avh/pull/386

sirolf2009 avatar Oct 08 '18 14:10 sirolf2009