I'm looking for a clean way to import one git repository from another, where both repositories exist on github. The two repositories are private, in case it matters.
The idea is that one repository represents one project and the other simply needs to use that project. It doesn't make sense to check in all the code from one repository into the other, since the two are conceptually different, more or less stand alone tools.
What's the easiest way to do this? thanks.