Code Compare Integration with GIT
While working with Git, we often need some powerful on-the-fly diff and merge capabilities. For example, to resolve merge conflicts, compare various instances of the Git config file, diff code side by side and edit it quickly and efficiently. While Git itself does not provide this functionality, you can use external diff and merge tools. Here, you'll learn how to integrate external tools with Git. In this particular example, we'll use Code Compare as the tool of choice.