HowFlow

Git Tricks   RSS Feed


http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way
nti.st This article will be a tutorial showing you how to host and manage Git repositories with access control, easily and safely. I use an up and coming tool called gitosis that my friend Tv wrote to help make hosting git repos easier and safer. It manages multiple repositories under one user account, using SSH keys to identify users. However, users do *not* need shell accounts on the server, instead...

Share it!   Posted by Avatar cib 5 months ago

http://google-opensource.blogspot.com/2008/05/export-git-project-to-google-code.html
blogspot.com Google Code can act as a stable read-only Subversion mirror of a Git project. Basically it works like a backup of your Git repository. In this model, patches are first applied to the central Git repository and exported to Google Code later.

Share it!   Posted by Avatar flood 5 months ago

http://railscasts.com/episodes/105
railscasts.com Rails 2.1 Release Candidate 1 was just released! In this railscasts episode Ryan Bates will show you how to install it into your Rails project.

Share it!   Posted by aroedl aroedl 6 months ago