Skip to content

Instantly share code, notes, and snippets.

@malantin
Created August 4, 2021 15:53
Show Gist options
  • 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