I'm not sure if this was the best description of the issue I'm facing. What's happening here is totally weird.
I'm working in a project in which I use bitBucket integrated with gitKraken. Here is the workflow: 1 - I commit changes to my own branch 2 - I update the main branch, merge it to my branch, resolve conflicts manually (if necessary) 3 - Merge my branch to the main branch
And so it goes that way, and after every new merge the tree in GitKraken changes, displaying always the last changes.
There is this one single commit that is messing up with my GitKraken Tree. I followed my workflow, and after a few other commits I realized that this particular old commit was still on the top of the tree. It seems like it is in another branch that is always on the top. It gives me the option to reset or revert the commit, but nothing really changes. I tried to create a branch in this commit and then erase it. Nothing changes.
I noticed there is an option in the bitBucket console called "stop watching". After clicking on it and realoding the page, it gos back to "stop watching.
Any idea how I could erase it?