On Wed, Jun 25, 2008 at 12:36:03AM -0000, David Jeske wrote:
Up to here, you can do this all with repo.or.cz, and/or github; you
just give each developer their own repository, which they are allowed
to push to, and no once else. Within their own repository they can
make changes to their branches, so that all works just fine.
Right, so thats github and/or git.or.cz. Each user gets his/her own
This is also easy; you just establish remote tracking branches. I
have a single shell scripted command, git-get-all, which pulls from
all of the repositories I am interested in into various remote
tracking branches so while I am disconnected, I can see what other
folks have done on their trees.
This is the wierd one. *** Why ***? There is nothing magical about
merges; all a merge is a commit that contains more than one parent.
You can put anything into a merge, and in theory the result of a merge
could have nothing to do with either parent. It would be a very
perverse merge, but it's certainly possible. So what's the point of
trying to enforce rules about "merges only"?
- Ted
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html