git - GitHub - How to create new repository from subdirectory of another repository and keep both synced -


i wondering if possible have following setup:

  1. a repository has many client folders contain various data, projects, etc. (repo a)
  2. create new repository 1 of above mentioned client folders. (repo b)
  3. 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

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -