The issue I’m facing now is when I make a change and I don’t like it, the next sensible thing is to revert right.
I revert to the previous and push to GitHub, when I then make another change for a different part of my project and push to GitHub…
That change I reverted earlier will somehow someway come back and apply to my current version.
Any ideas on how to solve this?
I encountered the exact same issue. Here is a workaround.
Revert to last stable version in terms of the project that you are working on by using the restore function.
Let the application load completely.
Then use the remix option to create a copy of your project. You might need to link it to a different GitHub repo later but any changes you make henceforth in the remixed application will not have the earlier bug in terms of GitHub changes that you did not want.
Delete the original project and you are good to go.