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