I committed a piece of code that I wasn't suppose to commit. (thankfully not on the main branch)
The file had a change to use a temp workaround while a dependent system was down, so I could keep developing on the task at hand. Once the system was fixed, I removed the workaround.
Problem is I committed this change on that file, and by the time I realized I did that it was like 5 commits later.
Is there anyway I can remove the listing of that change from the commits, so it doesn't appear under a pull request.