Multiple urls of git submodule - per remote submodules

前端 未结 2 1047
礼貌的吻别
礼貌的吻别 2020-12-31 01:01

I have git repository with two remotes (github and bitbucket). Inside I have submodule, that points accordingly to another github/bitbucket repo. But in the definition of su

2条回答
  •  悲哀的现实
    2020-12-31 01:18

    What if it's not all "you" in the paths. For example:

    github.com/you/parent-project, bitbucket.org/you/parent-project, github.com/you/child-project, bitbucket.org/other/child-project

    I have access to bitbucket.org/other/child-project but not its owner.

提交回复
热议问题