From 4d464b3162c2a113504367078ebab72190a75982 Mon Sep 17 00:00:00 2001 From: zeroTwozeroTwo <1643291289@qq.com> Date: Sun, 20 Dec 2020 18:57:23 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=AC=AC3=E9=83=A8=E5=88=86=E2=80=94?= =?UTF-8?q?=E2=80=94=E5=B0=9D=E8=AF=95=E5=8F=82=E4=B8=8E=E5=BC=80=E6=BA=90?= =?UTF-8?q?/=E5=8F=AF=E4=BB=A5=E7=94=A8=E5=93=AA=E4=BA=9B=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E5=8F=82=E4=B8=8E=E5=BC=80=E6=BA=90.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...274\217\345\217\202\344\270\216\345\274\200\346\272\220.md" | 3 +++ 1 file changed, 3 insertions(+) diff --git "a/\347\254\2543\351\203\250\345\210\206\342\200\224\342\200\224\345\260\235\350\257\225\345\217\202\344\270\216\345\274\200\346\272\220/\345\217\257\344\273\245\347\224\250\345\223\252\344\272\233\346\226\271\345\274\217\345\217\202\344\270\216\345\274\200\346\272\220.md" "b/\347\254\2543\351\203\250\345\210\206\342\200\224\342\200\224\345\260\235\350\257\225\345\217\202\344\270\216\345\274\200\346\272\220/\345\217\257\344\273\245\347\224\250\345\223\252\344\272\233\346\226\271\345\274\217\345\217\202\344\270\216\345\274\200\346\272\220.md" index 146717f..926ab1d 100644 --- "a/\347\254\2543\351\203\250\345\210\206\342\200\224\342\200\224\345\260\235\350\257\225\345\217\202\344\270\216\345\274\200\346\272\220/\345\217\257\344\273\245\347\224\250\345\223\252\344\272\233\346\226\271\345\274\217\345\217\202\344\270\216\345\274\200\346\272\220.md" +++ "b/\347\254\2543\351\203\250\345\210\206\342\200\224\342\200\224\345\260\235\350\257\225\345\217\202\344\270\216\345\274\200\346\272\220/\345\217\257\344\273\245\347\224\250\345\223\252\344\272\233\346\226\271\345\274\217\345\217\202\344\270\216\345\274\200\346\272\220.md" @@ -70,3 +70,6 @@ Gitee 创新采用了 Gitee Pull Request Lite,不需要 Fork ,直接可以 对于常见的“Fork + Pull”模式,需要将开源项目仓库 Fork 一份副本,占用用户名下仓库空间,在 Fork 和 Clone 过程中存在一定的网络传输和等待时间,为创建一个 Pull Request 带来一定的时间和操作成本,在 Gitee 就可以通过轻量级 PR(Gitee Pull Request Lite),开发者只需在 Web 端完成代码贡献(添加、删除、修改代码等等),就能一键向开源项目仓库提出Pull Request 请求,减去了中间大量的繁琐操作。无论是单文件修改还是多文件编辑都可以使用轻量级 PR,了解更多关于轻量级 PR 的使用方式和介绍可以点击查看 [Gitee 帮助中心](https://gitee.com/help/articles/4291) 。 +### 参考资料 +* [Gitee 使用流程](https://blog.csdn.net/qq_45069279/article/details/106174340). +* [Gitee 参与开源流程](https://blog.csdn.net/u010852680/article/details/77718998). \ No newline at end of file -- Gitee