简体   繁体   中英

set GitKraken as git mergetool

Is it possible to set GitKraken as the default git mergetool? Something like this code for p4merge, but for GitKraken?

git config --global merge.tool p4merge

git config --global mergetool.p4merge.path "/Applications/p4merge.app/Contents/MacOS/p4merge"

Handling merge conflicts in GitKraken is easiest, but I am not sure if it can be opened from the command line in the same way as other mergetools.

You usually find the opposite: using an external tool as merge from GitKraken.
Not using GitKraken itself.

That is what the GitKraken documentation illustrates:

Configure GitKraken Client to launch your tool of choice

https://support.gitkraken.com/img/documentation/repositories/local_repository/configureExternalTool.png

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM