官网:https://guides.github.com/activities/hello-world/
一共分为5步。
1.为你的项目新建仓库(repository):
2.新建分支(branch):
默认代码仓为主分支(master)
3.在新建分支上,进行修改和提交(make and commit changes):
新建的分支与主分支代码不同(绿色:修改和新增,红色:删除)
4.新建pull request:
请求主分支,审查修改内容
5.合并pull request:
合并新建分支的内容到主分支上
时间: 2024-10-22 18:04:02