How to set up a git project to use an external repo submodule?

前端 未结 4 1528
清歌不尽
清歌不尽 2020-11-27 08:50

I\'d like to create a repo which pulls in a remote repo.

For example, let\'s say jQuery as a submodule:

git://github.com/jquery/jquery.git

4条回答
  •  一个人的身影
    2020-11-27 09:28

    In the end I found http://github.com/evilchelu/braid it seemed to fit with how I expected submodules and remotes to work

提交回复
热议问题