I want to build up a git server which provider source management on the project which is related to other project using git.
For example, i checkout linux mainstream code, and made some modifications, which are just like new machine ports, on the code.
i want to use git to manage this modified code. at the same time, i want to merge the mainstream code in sometimes.
btw, i would also modify the mainstream code. they are not seperated.
i must try to explain it. there is another thing i havn't noticed. i want to setup a remote server in order to manage the code have been modified, or the whole source tree.
how to solve that problem?