Home > front end >  How to push existing Visual Studio project to different GitHub repository
How to push existing Visual Studio project to different GitHub repository

Time:06-05

I'm working on a Windows Form application in Visual Studio 2019.
Currently, I have the project connected to a GitHub repository.

I want to simply change or switch the GitHub repository as I don't need the one I'm currently using.
I couldn't find anything clear online so I'd appreciate any help on how to do this.

CodePudding user response:

From remote

And:

remote url

You can change the repository there.

  • Related