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