user1971065
user1971065

Reputation: 11

How to rename root repository folder?

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

Answers (1)

DaveJohnston
DaveJohnston

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

Related Questions