I'm a newbie with Git.
I have the following commits, viewable below:
I would like to delete ONLY the first commit listed, so that the final result looks like this:

Looking for a possible solution I tried:
Delete a specific commit knowing commit id
Delete commits from a branch in Git
But with little success, because I believe they don't fulfill what I have to do.
I don't understand why it is such a rare thing to find something that seems so trivial to me.