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: