代码上传git操作

121 阅读1分钟

1 git add .; 2 git commit -m "fix(common): 注释内容" 3 git fetch 4 git merge <需要合并的分支> 5 git push 可以发pr啦~~~