php - How to separate subprojects in a project in git into independent projects
phpcn_u1582
phpcn_u1582 2017-05-16 13:03:56
0
4
543

A project A in the git warehouse contains three sub-projects. How to separate one of the sub-projects into a separate project

phpcn_u1582
phpcn_u1582

reply all(4)
洪涛

Shouldn’t we copy it and then clone it into the previous project again

黄舟

1. You can create a new branch
2. You can create a new warehouse

Since it is an independent project, you should create a new warehouse.

巴扎黑

git submodule
git subtree
Probably refers to this? The words are unclear

習慣沉默

git submodule

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template