We're a place where coders share, stay up-to-date and grow their careers.
Great post. You could also use git reset --hard HEAD~1 to remove the last commit, be aware that it will also remove all of your uncommitted changes.
git reset --hard HEAD~1
Great post.
You could also use
git reset --hard HEAD~1
to remove the last commit, be aware that it will also remove all of your uncommitted changes.