Git Clone Into Another Existing Git Repo

前端 未结 2 1301
一生所求
一生所求 2020-12-23 09:20

Am I going to run into any issues if I git clone a repo into an existing git repo?

For sake of simplification, I am developing a library \"lib/\" that should be ava

2条回答
  •  攒了一身酷
    2020-12-23 09:47

    I'm finding that following this tutorial is helpful for understanding submodules if you don't have much prior experience.

    http://help.github.com/submodules/

    https://chrisjean.com/git-submodules-adding-using-removing-and-updating/

提交回复
热议问题