Reputation: 11
I need to rename the root repository folder, for example: github.com/Org/projectX
to github.com/Org/projectY
Should I be using 'git mv'? or this can only be done by cloning and creating a new projectY
?
Upvotes: 2
Views: 268
Reputation: 10151
Github provides an option to rename a repository under 'settings'. Once you have renamed the project on github you can clone it again.
Upvotes: 4