Skip to content

Instantly share code, notes, and snippets.

@trojblue
Created February 3, 2025 14:50
Show Gist options
  • Save trojblue/3910413252ce7d7838a12f38252257bc to your computer and use it in GitHub Desktop.
Save trojblue/3910413252ce7d7838a12f38252257bc to your computer and use it in GitHub Desktop.
Changing remote from one main repo to your fork

Changing remote from one main repo to your fork

check curr remote:

git remote -v
origin  https://github.com/RVC-Boss/GPT-SoVITS (fetch)
origin  https://github.com/RVC-Boss/GPT-SoVITS (push)

change remote:

git remote set-url origin https://github.com/arot-devs/GPT-SoVITS-a.git

# git remote -v

push to new fork:

git push origin main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment