Hi there
I was checking this article on GIT revert:
But then I noticed there is a mistake on the pictogram describing the git reset --soft HEAD~1
command. In the image, the flow describes a soft revert, but the text is git reset --hard HEAD~1
. Here’s the picture I’m referring to:
Otherwise, the article was really helpful, thanks a lot!