undo reset hard head git code example
Example 1: git reset --hard one step
git reset --hard HEAD~1
Example 2: git reset
git reset --soft HEAD~3
git commit
git push —force-with-lease origin
git reset --hard HEAD~1
git reset --soft HEAD~3
git commit
git push —force-with-lease origin