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\"