简体   繁体   中英

Github Branches

I have a project I'm working on and am hiring contractors to help me on certain parts of the code. The catch is that I don't want any one of the contractors to see all of it.

Is there a way on GitHub that I can assign them a branch under a private repository? Will this require the command line or can I do it on the website?

Have you considered using submodules?

Git's submodule support allows a repository to contain, as a subdirectory, a checkout of an external project.

More:

您应该可以使用submodules来做到这一点。

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