Git Reset
Created Nov. 19, 2023, 5:26 p.m.
Modified Nov. 19, 2023, 5:27 p.m.
Git command used to revert to a previous state of commits.
git log
- list past commits
git reset --hard [commit-id]
- Reset the version to the version specified by the commit-id