jiansoung / issues-list

记录日常学习和开发遇到的问题。欢迎评论交流:)
https://github.com/jiansoung/issues-list/issues
MIT License
14 stars 0 forks source link

Renaming a repository #23

Open jiansoung opened 5 years ago

jiansoung commented 5 years ago

Renaming a repository

First, rename repository on the web (Github/Bitbucket/Gitlab).

Next, update an existing local clone to point to the new repository URL,

git remote set-url origin new_url

References