How is Beyond Compare 4 configured for Visual Studio 2019 from the command line?

608 Views Asked by At

Scooter Software specifies that the following settings be manually added to Git's config file to integrate Beyond Compare 4 with Visual Studio 2019.  However, how can these settings be generated from the command line using 'git config' -or- is this impossible?

[diff]
    tool = bc4
[difftool "bc4"]
    cmd = \"C:\\Program Files\\Beyond Compare 4\\BComp.exe\" \"$LOCAL\" \"$REMOTE\"
[merge]
    tool = bc4
[mergetool "bc4"]
    cmd = \"C:\\Program Files\\Beyond Compare 4\\BComp.exe\" \"$REMOTE\" \"$LOCAL\" \"$BASE\" \"$MERGED\"
0

There are 0 best solutions below