Using Beyond Compare 4 with git

  1. Open windows prompt or git bash.
  2. Enter the following commands for diff tool:
    1. git config –global diff.tool bc3
    2. git config –global difftool.bc3.path “c:/Program Files/Beyond Compare 4/bcomp.exe
  3. Enter the following commands for merge tool:
    1. git config –global merge.tool bc3
    2. git config –global mergetool.bc3.path “c:/Program Files/Beyond Compare 4/bcomp.exe”
  4. To test that is working correctly enter the command with uncomitted changes:
    1. git difftool