How to rename a git repo (project) which contains submodules in its subdirectories

前端 未结 4 1758
礼貌的吻别
礼貌的吻别 2021-02-12 14:34

I never expect renaming a git repo, which, more specifically, is the top-level folder holds the project, would be so hard. Yes, the project containing some submodules, but it is

4条回答
  •  既然无缘
    2021-02-12 15:28

    You also need to check each sub-module's gitdir.

    It should be in sub-module's folder .git file.

提交回复
热议问题