git reset <commit>
Term side of the Card
Topic: Git Commands - Undo Changes
Unit title: git reset <commit>
Categories: Command
Explanation side of the Card
Explanation: The command that moves the HEAD pointer to a specified commit, undoing changes. Resetting modifies the staging area and can impact the working directory based on options.