I have several closely related projects in a directory, and I want them all to be tracked with the same git repository.
Right now I have two directories, thing1 and thing2, in a parent directory things. Each directory has its own .git. I want to have one .git in the things directory that includes all of the history from both thing1 and thing2.
My question is essentially the same as this one, but with two (or in general any number of) directories instead of one.
 
     
    