Re: Change Default merge strategy options

2016-10-14 Thread Jeff King
On Thu, Oct 13, 2016 at 03:57:55PM +, Daniel Lopez wrote: > How to use 'git config --global' to set default strategy like > recursive. I don't think there is a way to do so, though note that the default strategy is already "recursive". You can set individual file merge drivers with

Change Default merge strategy options

2016-10-13 Thread Daniel Lopez
Hi, How to use 'git config --global' to set default strategy like recursive. Example: Currently , when we want to enforce a specific strategic we need to include  its reference on the command line :  git.exe merge --strategy=recursive --strategy-option=ignore-all-space dev-local we would