Skip to content

Instantly share code, notes, and snippets.

@archiewald
Last active February 4, 2019 05:24
Show Gist options
  • Save archiewald/7b4e9a07d3e72f334309eb99e9b78c6b to your computer and use it in GitHub Desktop.
Save archiewald/7b4e9a07d3e72f334309eb99e9b78c6b to your computer and use it in GitHub Desktop.
[change remote's URL origin] #git
git remote set-url origin https://github.com/archiewald/repo_name.git
if there is none:
git remote add origin https://github.com/archiewald/repo_name.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment