I'm working on a React project in VS Code and am trying to push all of my files to a new Git web URL. The reason for this is because I changed the name of the repository causing the web URL to change as well. All of the changes I just commited from my project were pushed to the OLD URL, but I need to commit them to the new one. But since I have no unchanged files, I cannot push them from within VS Code studio.
Is there a way to commit my entire project to my repository through my new web URL despite not having any new changes that were made to any of my files?