git remove las remotet commit

Shell
git reset HEAD^ # remove commit locally
git push origin +HEAD # force-push the new HEAD commit

Source

Also in Shell: