Accidently pushed my commit to running PR

I accidently pushed new commits which fixes this issue [Docs] Link on FAQs Page not working. · Issue #11203 · meshery/meshery · GitHub to my previous running PR which is under review. Both are docs issue. What should I do now please help.

Hey @Aviral0702

Use this to remove your last commit

git reset --hard HEAD~1

and then force push

git push --force

Thanks for the guidance.