1

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.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
Brad
  • 51
  • 7
  • Using GIT: [Moving Git repository content to another repository preserving history](https://stackoverflow.com/questions/17371150/moving-git-repository-content-to-another-repository-preserving-history), using [Github: Duplicating a repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/duplicating-a-repository) – Luuk Jun 04 '22 at 09:17

1 Answers1

1

From this thread, you can control what the remote refers to with Manage Remotes

remote

And:

remote url

You can change the repository there.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250