git reset --hard HEAD~3 code example
Example 1: git reset hard
git reset --hard
Example 2: git reset head
sudo git reset --hard Head
Example 3: git reset hard directory
git restore --source=HEAD --staged --worktree -- aDirectory
# or, shorter
git restore -s@ -SW -- aDirectory