github 如何提交一个新的PR

47 阅读1分钟

在本地新建一个分支,拉取main代码,然后直接在次 git add . git cimmit -m '' git push 成功之后到github

image.png

选择自己的分支

image.png

即可

image.png