简体   繁体   中英

How can I setup a git repository to be a collection of 3 different repositories?

I would like to have a git repository for my wordpress plugins directory and I would like it to pull from each plugins own repository and be easy to update when a plugin is updated. How is this possible?

可能是子模块: http//git-scm.com/docs/git-submodule

Submodules would be the way to go.

Here is a tutorial to get you started.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM