Rollback Git
git reset --hard HEAD^
Unusual Unicorn
git reset --hard HEAD^
git revert --no-commit <commithash>..HEAD #revert changes in range of commits from head to back to that commit hash
git reset --hard <tag/branch/commit id>
git reset --hard <tag/branch/commit id>