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
- Remove an existing remote
- How to view project's short history
- Stash current changes without commit
- How reset all local changes
- How to update forked repository from master
- How to rename a branch
- How to push new tag
- How to merge branch to master
See more codes...