git necessary cli commands and approach
git reset HEAD~<n commit/s>
git checkout <last correct commit sha> -- filename.ext
git reset HEAD~<n commit/s>
git checkout <last correct commit sha> -- filename.ext
git push origin master -f
git remote update origin --prune
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser