So here is the scenario
When working locally I change up a few files by adding test data. Basically pre-populate some fields etc, to boost productivity whilst working and testing.
Obviously this needs to be undone when I commit and push just the task related changes.
How can I apply and remove this locally easily.
I have created the pre-populate as a commit that I revert, then cherry pick to reapply. However this leaves history of reverts and cherry picked commits.
Is there a a nicer way to do this?