Hello! If I'm correct, you have two major options: -- install your own git infrastructure: -- by using git-daemon and serving the git repository throught git://...; -- by using gitweb? and serving it as http://...; -- by using ssh and serving it as ssh://... (this is appropriate mostly for private repositories); -- using an existing Git hosting service like: -- (of course) http://repo.or.cz/ -- http://github.org/ -- http://gitorious.org/ -- see also http://git.or.cz/gitwiki/GitHosting For open-source / public repositories I would opt for using an existing hosting service. Hope it's useful for you, Ciprian Dorin Craciun. On Fri, Sep 12, 2008 at 7:47 AM, sagi4 <geetha@xxxxxxxxxxxxxxx> wrote: > > Hi all, > > I am new git.. > > I would like to configure git as a public repository for my rails > application.. > > Please help me.. > > Thanks > Sg.. > -- > View this message in context: http://www.nabble.com/configuring-git-public-repository-tp19449377p19449377.html > Sent from the git mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html