Forking from GitHub to Bitbucket

后端 未结 6 1520
渐次进展
渐次进展 2020-12-22 14:32

I\'m working on a project based on CakePHP, that\'s hosted on GitHub. My project is being hosted on Bitbucket

6条回答
  •  春和景丽
    2020-12-22 15:12

    I'm guessing you just want to easily download the repository with your project... and that you will NOT be contributing the cakePHP, correct?

    if so, you just need to add a external reference to your repo.

    SVN:externals equivalent in GIT?

    And later, even if you want to contribute to cakePHP, you can just do so at the original repo just fine.

提交回复
热议问题