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 view project's short history
- How many lines of code from specific author
- How to undo "git add" before commit
- How to rename local branch
- How to push new tag
- How to add all files to commit
- How to view project's detailed history
- How to see difference between working directory and last commit
- How to list all revisions
- How to checkout tag
See more codes...