Skip to content

Instantly share code, notes, and snippets.

@malantin
Created August 4, 2021 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malantin/17d7456b1c485d5563e110e1bde857cf to your computer and use it in GitHub Desktop.
Save malantin/17d7456b1c485d5563e110e1bde857cf to your computer and use it in GitHub Desktop.
git remote add github https://github.com/{username}/example.git
git remote add ownserver https://ownserver/{username}/example.git
git remote set-url --add --push origin https://github.com/{username}/example.git
git remote set-url --add --push origin https://ownserver/{username}/example.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment