Start a GIT Repositorydivider

Once you are ready to upload your project in a remote GIT repository you should look for one.

A good place to host your project’s code is GitHub:

http://github.com/

This service allows you to set your GIT repositories.

In this way different programmers can take a part in the collaborative development of your software.

They can fork your projects, send pull requests, create issues, and monitor the development of your applications.

In order to get a GitHub account click on the Sign Up now button. Pick a plan which best meets your needs. The free one comes with unlimited public repositories and unlimited public collaborators.

The other plans come with different numbers of private repositories, collaborators and additional extras.Once you sign up for the preferred plan you can create a new repository.

Enter the project name, a description and your home page URL.

2-1

Detailed instructions on how to set your GIT project will be visualized.

3-1