Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best Free Online Source Control [closed]

There are many free online Source Control available but I would like to know your experience on it, if any, and which is the best one?

Me and my friend are starting a small test project and would like some really good online source control.

We will be developing ASP.Net app.

like image 953
DotNetInfo Avatar asked Sep 24 '10 03:09

DotNetInfo


2 Answers

If you're just after a hosted source code repository:

  • Github
  • Bitbucket

If you need issue tracking, file releases, wikis, mailing lists, etc:

  • Sourceforge
  • Google Code Hosting

I've got one project at Sourceforge, and I find the amenities quite nice. You might find this comparison handy.

like image 177
Mark Johnson Avatar answered Sep 20 '22 11:09

Mark Johnson


I'm using Unfuddle for some personal stuff to avoid issues with corporate firewalls.

You can commit over http with them.

Otherwise, use Github as already suggested.

like image 43
Eddy Pronk Avatar answered Sep 24 '22 11:09

Eddy Pronk