Created
August 29, 2013 11:44
-
-
Save tamboer/6377035 to your computer and use it in GitHub Desktop.
git change remote
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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