I have a PR with 100 commits, which will be submitted as a number of smaller PRs.
At the bottom of the PR stack, I chose a variable name that I now find odd, and would like to change it throughout each commit, but don't want to tediously resolve merge conflicts everywhere.
Is there a way to automate this, using some cli commands to search+replace the variable name?