Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要重命名根存储库文件夹,例如:我应该使用“git mv”吗github.com/Org/projectX?github.com/Org/projectY或者这只能通过克隆和创建一个新的来完成projectY?
github.com/Org/projectX
github.com/Org/projectY
projectY
Github 提供了在“设置”下重命名存储库的选项。在 github 上重命名项目后,您可以再次克隆它。