I have the following git repo structure:
a-b-c-d-.. [master]
\
x
The commit x was accidentially done (can't figure out how) and has no named branch. How can I delete this commit?
For detail, git log shows this (Translated back from german, sorry for any inconvieniances):
Author: ...
Parents: 8444..
Branch:
Follows up:
Preceding:
...
The commit was not removable via git prune
.