What is the difference between the git merge option
--strategy-option
(short -X
)
and
--strategy
(short -s
)?
There are a lot of questions regarding merge strategies. But none explain the difference between these options.
Also the git documentation is not helpful:
--strategy-option Pass merge strategy specific option through to the merge strategy.