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 push new tag
- Make a new branch with uncommitted changes
- How to view stashed changes
- How to untrack a file
- How to show current branch
- How to rename a branch
- How to pull all branches
- How to list not yet pushed commits
- How to view project's short history
- How to rename local branch
See more codes...