天天看点

GitKraken使用Beyond Compare合并代码背景配置

背景

GitKraken是一款git代码管理工具(macos, windows都可用),之前接触的一直都是idea, 在偶然的机会认到GitKraken后,发现这款工具确实很优秀,在之后会详细介绍这款GitKraken的使用。目前是配合idea一起使用。

Beyond Compare是一款文件对比工具,犹如beyond的歌声,让众多开发者对这款工具,过目不忘,使用过的人都知道绝对的神器之一。

GitKraken使用Beyond Compare合并代码背景配置

好了,看看二者怎么搭配使用。

配置

在安装好Beyond Compare,以及GitKraken之后。

打开Beyond Compare。

GitKraken使用Beyond Compare合并代码背景配置

如上,安装命令行工具。然后依次执行如下命令:

git config --global diff.tool bc3

git config --global merge.tool bc3

git config --global mergetool.bc3 trustExitCode true

配置好后,打开GitKeraken,进入配置项

GitKraken使用Beyond Compare合并代码背景配置

选择Beyond Compare,即可。

继续阅读