配置beyondcompare合并git操作

git config --global merge.tool bc

git config --global mergetool.bc.path "C:/Program Files/Beyond Compare 5/BCompare.exe"

git config --global mergetool.bc.trustExitCode true

git config --global --list | Select-String -Pattern "merge"

merge.tool=bc

mergetool.bc.path=C:/Program Files/Beyond Compare 5/BCompare.exe

mergetool.bc.trustexitcode=true

git mergetool 或者git mergetool --tool=bc

相关推荐
桥田智能2 天前
桥田智能 QT-650S:面向白车身焊装的 800kg 重载快换解决方案
开发语言·qt·系统架构
森G2 天前
75、服务器源码解析---------云视频服务项目
linux·服务器·网络·c++·qt
森G2 天前
77、线程池原理和实现------服务器源码解析----云视频服务项目
服务器·c++·qt
森G2 天前
71、打包发布---------打包发布
c++·qt
初圣魔门首席弟子2 天前
Node.js 详细介绍(知识库版)
windows·qt·node.js·知识库
C++ 老炮儿的技术栈2 天前
Qt工控实战:自研机器人TCP长连接客户端(粘包处理+心跳保活+自动重连完整源码解析)
qt·tcp/ip·机器人
郝学胜-神的一滴2 天前
CMake 019:程序生成与清理全解析
开发语言·c++·qt·程序人生·软件构建·cmake
森G2 天前
76、仿ASIO实现的Linux c++服务器------服务器源码解析----云视频服务项目
c++·qt
superkcl20222 天前
【QT Thread】
c++·qt
CodeKwang2 天前
Windows 环境 OCCT 8.0 编译构建及与 Qt6 项目集成
windows·qt·opencascade