SyntaxFix
Write A Post
Hire A Developer
Questions
Or you could git checkout -b <new-branch> and git cherry-pick <commit> the before to the and git rebase to drop revert commit. send pull request like before.
git checkout -b <new-branch>
git cherry-pick <commit>
git rebase
revert