I have 2 repos, A and B and I want to nest B inside A (add it as a sub folder). I just placed B inside A, but the problem is that when I do any modification on repo B, it's not added or even considered in Reop A.
What change or modification should I do to make it considered as repo A?
Considering that repo A is private and repo B is public on GitHub, would that make any difference also?