Created
July 22, 2011 06:37
-
-
Save mbeaty/1098985 to your computer and use it in GitHub Desktop.
Rename repo name in github
This file contains 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
* Use Admin page for repo, then | |
$ git remote rm origin | |
$ git remote -v # should be no output | |
$ git remote add origin [email protected]:username/newreponame.git | |
$ git remote -v # to verify new origin | |
$ git status # verify everything looks good | |
Then, rename your local directory containing your repo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment