leemiracle

官网:https://guides.github.com/activities/hello-world/

一共分为5步。

1.为你的项目新建仓库(repository):

 

2.新建分支(branch):

  默认代码仓为主分支(master)

3.在新建分支上,进行修改和提交(make and commit changes):

  新建的分支与主分支代码不同(绿色:修改和新增,红色:删除)

4.新建pull request:

  请求主分支,审查修改内容

5.合并pull request:

  合并新建分支的内容到主分支上

分类:

技术点:

相关文章:

  • 2021-05-04
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2021-08-05
  • 2021-11-07
猜你喜欢
  • 2021-09-25
  • 2021-08-18
  • 2022-12-23
  • 2021-05-27
  • 2021-11-10
  • 2022-12-23
相关资源
相似解决方案