git revert single unstaged file code example Example 1: git undo all changes git reset --hard Example 2: git reset one file git checkout HEAD -- my-file.txt