gitkraken – How to compare 2 branches

If you want to find out difference between branch A and B First checkout on branch A then click on branch B and select commits it then you can find changes on right panel. and can select multiple commit rows in the graph using Shift Click to show its merged diff

Gitkraken stuck at opening repo

A possible solution for resolving this issue with GitKraken is to delete the hidden folder .gitkraken located in your home directory. However, it’s important to note that this action will reset all of your GitKraken settings and preferences, including repos, logins, and configurations. This can be problematic for those who have multiple accounts and a … Read more

Push fails in GitKraken with errormessage “Push Failed cannot read property ‘fullName’ of undefined”

I had this problem as well when there was a HEAD tag at a commit behind the current local master or origin/master. Try double-clicking your local master (which eliminates HEAD) and then push your changes. Note that if you do not have a local master, right-click on remote origin master and choose ‘Checkout origin/master’. Then … Read more