Git Difftool Beyond Compare //top\\ Review
If you want a shorter command, you can add an alias to your global config:
You only see a few lines of surrounding code. git difftool beyond compare
Ensure you have actually staged or modified files. git difftool compares the working directory to the index. To compare staged changes, use git difftool --cached . If you want a shorter command, you can
git config --global diff.tool bc3 git config --global difftool.bc3.cmd "\"C:/Program Files/Beyond Compare 3/BComp.exe\" \"\$LOCAL\" \"\$REMOTE\"" git config --global difftool.prompt false If you want a shorter command