Skip to content

Instantly share code, notes, and snippets.

@hugoltsp
Last active November 20, 2019 15:57
Show Gist options
  • Select an option

  • Save hugoltsp/b10533929978db4fca18ec46687d8f9d to your computer and use it in GitHub Desktop.

Select an option

Save hugoltsp/b10533929978db4fca18ec46687d8f9d to your computer and use it in GitHub Desktop.
Changes url of a git repository
git remote set-url origin git://new.url.here
git remote add origin git@github.com:myrepo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment