GitHub学习

xiaoxiao2021-02-28  21

GitHub官方Guide

GitHub的function:

是一个版本控制和协作的代码托管平台。 它可以让你和其他人在任何地方一起工作。

GitHub的使用

  1、需要github的account

  2、Repository的概念

            存放 folders and files, images, videos, spreadsheets, and data sets – anything your project needs. 

             To create a new repository In the upper right corner, next to your avatar or identicon, click  and then select New repository.Name your repository hello-world.Write a short description.Select Initialize this repository with a README.

 3、Branch

        它是一次处理某个时间的仓库中不同版本的方式

        Branching is the way to work on different versions of a repository at one time.

转载请注明原文地址: https://www.6miu.com/read-2629720.html

最新回复(0)