GitKraken changes are not visible to the rest of the applications accessing the same repository.
Example: when I double click on a remote branch, the checkout mark correctly appears on the UI next to the branch-name. However, when I run git branch
on cmd I am still on the previously checked-out branch.
No changes performed on GitKraken appear on either
Re-installing the applications made no difference. Neither running them as administrator.
I am using GitKraken 4.2.1, vscode 1.30.2 and Cmder 1.3.11 on windows 10 Enterprise and my code is hosted on TFS.
So I managed to resolve the issue.
GitKraken was actually connected to the local repo but only partially. I was able to correctly fetch and pull from origin but any local changes did not reflect in GitKraken's UI.
My solution:
AppData/Local
AppData/Roaming
.gitkraken
folder from AppData/Roaming
Subnote:
I also deleted GitKraken from HKEY_CLASSES_ROOT\Directory\Background\shell\GitKraken
registry but I do not believe this was relevant at all.