SyntaxFix
Write A Post
Hire A Developer
Questions
you can use the command reset
git reset --soft HEAD^1
then:
git reset <files> git commit --amend
and
git push -f