repository A (already existing)
examples\
repository B (already existing)
code\
test\
Trying to do the following - repo A should be a part of repo B. That its, repo B should look like -
repository B
code\
test\
examples\
We would like to keep the two repositories separate. Users should be able to commit to them independently. If needed, repo A can be merged to repo B and vice-versa. I could think of sub modules but is there a different way to do this. Can I clone repo A within repo B, keep two repositories and do a push to the same remote. Use the branch names as repositories?