Add symlinks to git repository

前端 未结 1 930
隐瞒了意图╮
隐瞒了意图╮ 2020-12-19 02:24

I\'m working on a little library and it depends on another github project.

I know that some projects add symlinks. How exactly do you do that?

相关标签:
1条回答
  • 2020-12-19 02:36

    What you'll want to use are git submodules.

    Example: git submodule add git://github.com/user/project.git destination-dir/

    0 讨论(0)
提交回复
热议问题