gitHow to revert repository back to last commit
This will revert files that were previously under git as well as delete new files:
Related
More of Git
- How to undo "git add" before commit
- How to update forked repository from master
- How to rollback to specific commit
- How to rename a branch
- How to view project's detailed history
- How to push new tag
- How to view stashed changes
- How to unstash changes
- How to merge branch to master
- Make a new branch with uncommitted changes
See more codes...