So I have an older version of my project in my github repository and I want to overwrite it with the new version of the project. The issue is that I was uploading the files right into github and not pushing anything so it's not synced up with my current project. I don't want to pull from github cause the code has changed. I'm using visual studio and I want to commit and push from visual studio is there anything I can do like forcing the current project to overwrite the one on master?
A simple solution to this is to create a new repository and use that, but I'm new and wish to learn if there's a solution to this.