Can I have multiple Git repos from a single project folder? I have a project that I want to maintain in Git. It is a web-project that I develop in Eclipse. Essentially, there are two components:
I'd like to maintain this all with Git but I'd like to have distinct repos for each component of the site. So, is there a way to have multiple repos from this single project folder? More specifically, is it possible to have multiple files from a single folder belong to different repos? |