February 21, 2012
Problem : One part of a git-tracked repo has become an independent project in its own right. Moreover, there’s no need for participants in that project to have access to the rest of the repo. Idea : Move the independent project out into a separate git repo, preserving all the commit history. Huge props to [...]
October 11, 2009
NB : There’s even more information in the following excellent guide : http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way But there are some differences for Fedora that are worth spelling out. Central Repository setup First install gitosis : central# yum install gitosis Then create a dumb git user – noone will be logging in as this user: it’s just so that [...]