what to do after git reset hard code example
Example 1: git reset hard
git reset --hard
Example 2: git reset head
sudo git reset --hard Head
Example 3: git reset
git reset --soft HEAD~3
git commit
git push —force-with-lease origin
Example 4: git reset --hard one step
git reset --hard HEAD~1