SyntaxFix
Write A Post
Hire A Developer
Questions
I did it using below steps:
git reset --hard <commit key of the pull request>
git add
git commit --amend
git push -f origin <name of the remote branch of pull request>