Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any place to host your code online?

There are many free online services which provides you with large spaces to store your personal materials, mails, etc. But is there any place that can let us host our code - which keeps the change history?

Google Code or SourceForge may not be a ideal place because it requires creating a project which is specific and useful to others, while what I want is a place to hold any kind of code which I think is useful but may not be for anybody else.

like image 827
Baiyan Huang Avatar asked Apr 09 '09 11:04

Baiyan Huang


People also ask

Where can I host my code online?

GitHub is the largest, and the most popular code hosting service. It started its work in 2008. In order to host a project at it, the developer should use Git version control system. GitHub is often called “a social networking site for developers”.

What is a code hosting platform?

A source-code-hosting facility (also known as forge) is a file archive and web hosting facility for source code of software, documentation, web pages, and other works, accessible either publicly or privately.

What is GitHub used for?

GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere. This tutorial teaches you GitHub essentials like repositories, branches, commits, and pull requests.


2 Answers

It's all about Github. 300 MB repository for free. Nice interface, easy to use. Plus we all know GIT > SVN :)

like image 180
Jonathan Avatar answered Oct 25 '22 10:10

Jonathan


You can get free GIT and SVN hosting at unfuddle.com

like image 27
DanSingerman Avatar answered Oct 25 '22 12:10

DanSingerman