Quitar viejos git commits

Soy muy nuevo en git, y me preguntaba si algo como esto es posible.

>git log --pretty=oneline --abbrev-commit
2f05aba Added new feature
3371cec Fixed screw up    <-- I want to remove this
daed25c Screw up          <-- and remove this.
e2b2a84 First.                So it's like they never happend.

¿Es posible

Respuestas a la pregunta(6)

Su respuesta a la pregunta