Home
/
Advanced Site Tools
/
Git
/
How to create a GIT repository with GitHub?

How to create a GIT repository with GitHub?

Start a GIT Repository

The first step in creating a Git repository is finding where to actually create it. You can either create the repository on your hosting account or use a remote Git repository service. If you decide to use your hosting account, you can check our SiteGround Git tool Tutorial for instructions on how to do that.

If you choose to use an external Git repository, one of the best and most popular is GitHub. This service allows you to upload and manage your Git repositories. This way different programmers can take 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.

Once you are ready with the development of your application, you can easily clone your project to your SiteGround account and test it using each one of the many PHP versions which we offer.

To get started with GitHub, fill in the desired username, email, and password and click on Sign up for GitHub.

On the next page, choose the plan that best suits your needs. The free one comes with unlimited public repositories and unlimited public collaborators. The other plan comes with unlimited numbers of private repositories, collaborators and additional extras.

Once you complete the signup process, you can create your first repository by clicking Start a Project.

Enter the desired repository name, an optional description and choose whether the repository should be visible to the public or it should be private. Then click on Create repository. Your repository will be automatically created and on the next page, you will find instructions on how to set up your repository.

Share This Article