Forking a sub directory of a repository on GitHub and making it part of my own repo
This is mostly possible with git, though it is not a typical use case, so there may be some rough edges as you do this (especially if you are new to git). The tool that we’ll use for this job is git subtree. Setting up a repository Start by cloning the whole XBMC repository. git … Read more