A coworker recently pushed 4 commits to our remote repository that are not desirable. I would now like to overwrite those last 4 commits with my code and do not want to mess with all the merge conflicts.
To be clear, the 4 commits to overwrite are the last 4 commits on the branch. Nothing relies on them.
Should I just force push? What is the best way to do this?