Possible Duplicate:
Free hosting service for private and public git repositories

I've decided to go with Git as my source control, I am a freelance coder and I am looking for recommendation on Git rep hosting providers that are cheap and give me the value I need as a freelancer, I work on small/medium projects.

Any suggestions, share your experiences with those services.

Thank you.

link|improve this question

feedback

closed as exact duplicate by Matt Ball, Julio Gorgé, Novelocrat, Lennart Regebro, Pratik Deoghare Jun 13 '11 at 9:50

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

5 Answers

up vote 1 down vote accepted

Unfuddle has free private repositories for small projects. Apart from that, GitHub would be the standard.

link|improve this answer
feedback

GitHub is the obvious choice for Git hosting in the cloud.

They will do private repositories from $7 a month and have many additional features over standard git such as easy online forking and merging in other peoples changes through 'pull requests'.

link|improve this answer
feedback

github.com - supports private repositories, 7$ per month for 5 private repositories, $12 per month for 10 private repositories, 22$ for 20 private repositories. You can have any count of public repositories for free.

For free and open source projects you can use github.com or gitorious.org for free.

https://www.projectlocker.com/ - you can have up to 3 projects for free.

http://www.gitenterprise.com/index.php/pricing.html - you can have unlimited count of repositories for free, but free plan has limits (only 1 GB, only 10 users).

link|improve this answer
feedback

gitorious.org is a good choice too, but github.com is highly recommended

link|improve this answer
Now bitbucket.org works with git too (and mercurial) is another fantastic tool :) – neosergio Dec 2 '11 at 1:31
feedback

GitHub is a very popular one

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.