GitKraken使用Beyond Compare合并代码

背景

GitKraken是一款git代码管理工具(macos, windows都可用),之前接触的一直都是idea, 在偶然的机会认到GitKraken后,发现这款工具确实很优秀,在之后会详细介绍这款GitKraken的使用。目前是配合idea一起使用。
Beyond Compare是一款文件对比工具,犹如beyond的歌声,让众多开发者对这款工具,过目不忘,使用过的人都知道绝对的神器之一。
在这里插入图片描述
好了,看看二者怎么搭配使用。

配置

在安装好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,进入配置项
在这里插入图片描述 选择Beyond Compare,即可。