码迷,mamicode.com
首页 > 其他好文 > 详细

Start a GIT Repository Tutorial

时间:2020-01-11 09:59:40      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:either   set   external   use   optional   decide   should   epo   cts   

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 SG-GIT Tutorial for instructions 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 the Sign up for GitHub button.

技术图片

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 the Start a Project button.

技术图片

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 the Create repository button.

技术图片

Your repository will be automatically created and on the next page you will find instructions how to setup your repository.

技术图片

Start a GIT Repository Tutorial

标签:either   set   external   use   optional   decide   should   epo   cts   

原文地址:https://www.cnblogs.com/karmapeng/p/12178796.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!