SyntaxFix
Write A Post
Hire A Developer
Questions
With me mostly it happens when I push changes to the wrong branch and realize later. And following works in most of the time.
git revert commit-hash git push git checkout my-other-branch git revert revert-commit-hash git push