What command is used to reset your working directory to match the most recent commit? code example
Example: git reset
git reset --soft HEAD~3
git commit
git push —force-with-lease origin
git reset --soft HEAD~3
git commit
git push —force-with-lease origin