How to make Beyond Compare work within Eclipse with Git?

后端 未结 2 997
醉话见心
醉话见心 2021-01-03 08:52

There is clear explanation how to make BC a default tool for diff and merging for Subversion and Git when used not from within Eclipse. But what about the latter? I

2条回答
  •  悲哀的现实
    2021-01-03 09:37

    This thread suggests:

    • tinkering the the git config

      Eclipse Preferences, under Team -> Git -> Configuration, it points to a .gitconfig file. (and declare beyond compare as documented)

    • or... Use Intellij IDEA(!)

    The integration of Beyond Compare and Eclipse itself is based on a plugin, so a direct integration between BC and EGit might not be possible directly through Eclipse.

提交回复
热议问题