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
- Remove an existing remote
- How to rename local branch
- How to update forked repository from master
- How to merge branch to master
- How to list all commits
- How to view project's short history
- How to undo "git add" before commit
- How to rename a branch
- How to push new tag
- How to compare two branches
See more codes...