gitflow-avh
gitflow-avh copied to clipboard
Add options for strategy and merge-strategy
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 :)
I would also like this option, for release and feature branches...
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
https://github.com/petervanderdoes/gitflow-avh/pull/386