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 check patch (dry-run) before applying it
- How to rollback to specific commit
- How to rename a branch
- How to undo "git add" before commit
- How to view project's detailed history
- Remove an existing remote
- How to rename local branch
- How to delete all local branches which has been deleted on the remote
- Make a new branch with uncommitted changes
- How to update a branch from master
See more codes...