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 diff with stashed files
- How to undo "git add" before commit
- How to delete multiple commits
- Make a new branch with uncommitted changes
- How to update a branch from master
- How to exit git log
- How to view project's short history
- How to compare two branches
- How to merge branch to master
See more codes...