github上提交PR

2024-11-14 16:52:12 阅读:20 编辑

案例测试

开源项目

https://github.com/midorg-com/re01

  1. 先Fork到自己的帐号下 https://github.com/linson2016/re01

  2. 创建一个分支为new

  3. 添加/修改 内容

  4. commit 到new分支

  5. push到github(有可能会无法上传)--需使用github token

    git config --global http.sslVerify false

提交pr

  1. 进入自己的项目https://github.com/linson2016/re01 ,点击“new pull request” 再添加标题及内容。