Go Git calls third-party comparison tool Beyondcompare

Source: Internet
Author: User

Click to read the original

For my git command line small white, git comes with a variety of contrasting tools, miss the previous SVN turtle + beyondcompare days ... After struggling with the GitHub client, I finally researched. The original git comparison can also call third-party tools, well done!

Below to the popular science if you set up a third-party comparison tool in Git.

Configure Git

Open the. Gitconfig profile (Windows C:\Users\Administrator [Administrator for your current user name], mac in ~/), add the following:

?
12345678 [ diff      tool = BC3 [difftool "BC3"      path = D:/program Files (x86)/beyond Compare 3/bcompare.exe [merge]      tool = BC3 [mergetool "      path = D:/program Files (x86)/beyond Compare 3/bcompare.exe

Where path is your beyondcompare installation directory;

OK, let's try the effect.

Open your git project directory input

?
1 git difftool git difftool -tbc3

You will see

After entering enter, OK Beyondcompare starts ~

(tips can be called successfully if you can't call any letters like m in the terminal)

Go Git calls third-party comparison tool Beyondcompare

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.