Guilhem Bonnefille <guilhem.bonnefille@xxxxxxxxx> wrote: > But, I recently discover that everything seems fine if I include the > Git repo of mainproject inside the Git repo of my project. The layout > lloks like this: > myproject > |- .git > |- sub > |- tree > |- mainproject > |- .git > > > It seems to work. But do you think such layout is "safe" ? Yes, that's fine. You just probably want an entry in the top level project (myproject) that says ignore the stuff under mainproject. That way "git add ." in myproject doesn't include files in mainproject by accident. -- Shawn. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html