Git repository in a Git repository
You can have nested git repos: The parent repo will simply ignore nested repo. jleedev comments and illustrates with this gist script that the parent repo would track the nested repo state through a gitlink. (gitlink = SHA-1 of the object refering to a commit in another repository. Git links can only be specified by … Read more