Last active
December 15, 2015 21:59
-
-
Save enzo-yang/5329782 to your computer and use it in GitHub Desktop.
修改Git的Origin
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 rename origin github | |
| git remote add origin <Dreamhost-git-URL> | |
| git remote rm github |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment