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 detailed history
- How to undo "git add" before commit
- How to push new tag
- How to commit
- How to rename local branch
- How to push local branch to a remote repository
- How to remove specific remote branch locally
- How to update forked repository from master
- How to unstash changes
- How to undo "git add" on all files before commit
See more codes...