Rename a Github Repository
- First, edit the repository name in the repository settings on Github.
- Remove the old origin using
$ git remote rm origin
- Add the new origin using
$ git remote add origin https://github.com/<username>/<repo-name>.git
Was this useful to you?
Yes
No
Tags: