|
|
|
|
|
by ConstantineXVI
5380 days ago
|
|
A git server (at least on a personal scope) requires close to zero management. Fire up an Ubuntu box on Linode or such, `sudo apt-get install git`, boom, there's your server. A git server is nothing more than "filesystem + SSH + git". Not to say GitHub doesn't make it even more convenient, but the DIY option isn't exactly difficult either. |
|
http://scie.nti.st/2007/11/14/hosting-git-repositories-the-e...
I set up our repo hosting using Gitosis a few years back and haven't had to think about it since. Accounts are also managed via a special repo so even that is done over git.
You could also put your collection of repositories on your Dropbox and clone from / push to there.