Master repository and local repositories in the same machine.
Posted
by bala
on Stack Overflow
See other posts from Stack Overflow
or by bala
Published on 2010-06-15T08:00:42Z
Indexed on
2010/06/15
8:02 UTC
Read the original article
Hit count: 161
I am new to Git. I have created a master repository in a linux server. The same server is going to be used by 5 groups of 3 users each. I want to create one local repository for each group. And the group members in turn should create one local repository for each of them, play with the contents and committ the modificatons to the group's local repository. How should i go about doing this?
© Stack Overflow or respective owner