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 add all files to commit
- How to view project's detailed history
- How to rename local branch
- How to undo "git add" before commit
- Remove an existing remote
- How to push new tag
- How to list all commits
- How to list not yet pushed commits
- How to see difference between working directory and last commit
- How to delete repository
See more codes...