Git: Rollback an old commit

Try: git checkout . (Don't forget .)

Undo: git reset --hard


https://stackoverflow.com/questions/2007662/rollback-to-an-old-git-commit-in-a-public-repo

Comments

Popular posts from this blog

Logout Git on MacOS

React Tutorial for Beginners

Git: Delete a commit in a remote branch