Ubuntu 下安装Beyond Compare 安装解决方案
生活随笔
收集整理的這篇文章主要介紹了
Ubuntu 下安装Beyond Compare 安装解决方案
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
最近一直在Ubuntu 下開發(fā)項目功能,今天遇到了git 合并的時候代碼沖突的問題:
使用git mergetool 工具的時候才發(fā)現(xiàn)并沒有安裝相關(guān)的合并工具
想起來了使用BC ,Beyond Compare 工具 ,查找了安裝教程:
1.bc下載:
sudo wget http://www.scootersoftware.com/bcompare-4.1.9.21719_amd64.deb2.直接使用dbkg 安裝命令個進行安裝
?
dk@dk-Inspiron-5576:~/Desktop$ sudo dpkg -i bcompare-4.1.9.21719_amd64.deb再使用git mergetool工具的時候提示:
dk@dk-Inspiron-5576:/var/www/html/tvupd$ sudo git mergetool [sudo] password for dk: This message is displayed because 'merge.tool' is not configured. See 'git mergetool --tool-help' or 'git help config' for more details. 'git mergetool' will now attempt to use one of the following tools: opendiff kdiff3 tkdiff xxdiff meld tortoisemerge gvimdiff diffuse diffmerge ecmerge p4merge araxis bc codecompare emerge vimdiff Merging: website/application/controllers/Ibrown/Ibrown.phpNormal merge conflict for 'website/application/controllers/Ibrown/Ibrown.php':{local}: modified file{remote}: modified file Hit return to start merge resolution tool (bc):自動打開了BC對比工具
BC 代碼對比工具有試用期,過期后需要購買,可以考慮使用Meld 工具,只需要在Ubuntu 16.04 LTS的AppStore中搜索Meld 關(guān)鍵字即可.
界面簡潔.
?
轉(zhuǎn)載于:https://www.cnblogs.com/bing-yu12/p/7872879.html
總結(jié)
以上是生活随笔為你收集整理的Ubuntu 下安装Beyond Compare 安装解决方案的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 'weblogic.kernel.Def
- 下一篇: 在 Ubuntu 环境下实现插入鼠标自动