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 untrack a file
- How to remove specific remote branch locally
- How to rename a branch
- How to view project's detailed history
- Remove an existing remote
- How to rename local branch
- How to update forked repository from master
- Make a new branch with uncommitted changes
- How to view stashed changes
See more codes...