git - GitHub - How to create new repository from subdirectory of another repository and keep both synced -
i wondering if possible have following setup:
- a repository has many client folders contain various data, projects, etc. (repo a)
- create new repository 1 of above mentioned client folders. (repo b)
- when pushing updates repo b locally github, have pushed/synced repo a's directory client
is possible? if so, how go it?
for working strictly on repo b, copy , pasting repo a's client folder. prefer more efficient , automatic method if possible.
you initialize repository in desired subdirectory (that under parent repo) , commit/push both repositories normal.
Comments
Post a Comment