Skip to content

Instantly share code, notes, and snippets.

@ythecombinator
Created May 20, 2015 16:56
Show Gist options
  • Save ythecombinator/b3b6b551c3fdccaa7595 to your computer and use it in GitHub Desktop.
Save ythecombinator/b3b6b551c3fdccaa7595 to your computer and use it in GitHub Desktop.

If you've followed a wrong order of git configuration - in this case, you've already added a git origin to your .git configuration -, you can change the remote origin in your git config doing this:

$ git remote set-url origin [email protected]:username/projectname.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment