git reset --soft HEAD~1 with commit pushed to remote code example
Example: git remove las remotet commit
git reset HEAD^ # remove commit locally
git push origin +HEAD # force-push the new HEAD commit
git reset HEAD^ # remove commit locally
git push origin +HEAD # force-push the new HEAD commit