Skip to content

Instantly share code, notes, and snippets.

@tamboer
Created August 29, 2013 11:44
Show Gist options
  • Select an option

  • Save tamboer/6377035 to your computer and use it in GitHub Desktop.

Select an option

Save tamboer/6377035 to your computer and use it in GitHub Desktop.
git change remote
git remote remove origin
git remote add origin git@example.com:name_of_project.git
git fetch
git merge ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment