There's a similar question here, but all the provided answers seem to be for Windows.
Is there any way to do this on Mac?
There's a similar question here, but all the provided answers seem to be for Windows.
Is there any way to do this on Mac?
It doesn't look like Visual Studio 2019 for Mac supports external diff tools.
On Windows, Visual Studio will use Beyond Compare for diff and merge if it's defined in .gitconfig.
On Mac, you'll need to diff outside of Visual Studio to open a comparison in Beyond Compare.
To configure Beyond Compare on Mac as the git diff tool:
git config --global diff.tool bc
.git difftool file.ext
.Reference: https://www.scootersoftware.com/support.php?zz=kb_vcs_osx#git