In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-01 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "how to use beyond compare comparison tool under centos". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to use the beyond compare comparison tool under centos.
My environment here is centos 7 desktop version.
Three commands to install beyond compare
Wget http://www.scootersoftware.com/bcompare-4.2.3.22587.x86_64.rpmrpm-- import http://www.scootersoftware.com/RPM-GPG-KEY-scootersoftwareyum install bcompare-4.2.3.22587.x86_64.rpm
After installation, you can directly use the bcompare command to call up the comparison tool.
What I need to do, however, is to replace the difference comparison of git with bcompare, otherwise it is of no use.
The default git comparison looks like this
I even want to throw up.
The first step is to find a directory and create a shell script. I choose to put the script in the home directory here.
Vim / root/git-diff.sh
Add the following two lines
#! / bin/sh "bcompare"$2"$5" | cat
Give me one more permission.
Chmod 755 / root/git-diff.sh
Step 2 modify the config file in the git project
Vim. / .git / config
Add the following two lines
[diff] external = / root/git-diff.sh
Save exit: wq
Re-adjust git diff 1.txt
What I see is this.
At this point, I believe you have a deeper understanding of "how to use the beyond compare comparison tool under centos". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.