There is a commit that has no branch in GitLab, which I can see and open in GitLab. It appears in the activities tab. But, I can't figure out how to get it back in a local branch or delete it anyway.
I tried already a lot but I couldn’t find a topic which describes how I can get or delete a commit (without branch) that is only available on the remote repository. I tried git show HASH
and I tried to display dangling commits and searched for unreachable objects but it didn't showed the commit locally whatsoever. In the repository I can also see the parent from the dangling commit and I tried to set the HEAD back to this parent, but I still didn't find this commit.
Can you help me please? I’m not so experienced with Git/GitLab so if you need more information you just have to ask.