git show --stat --oneline HEAD
Then reset the unwanted files in order to leave them out from the commit:
git reset --soft HEAD~1
git add again
git commit -m "new commit"
git push
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)