From 8e3c9fe1e6366febdff0092b6dc1e02c8086eb79 Mon Sep 17 00:00:00 2001 From: ShardingSphere Date: Sat, 28 Nov 2020 12:44:51 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=AC=AC=E4=B8=89=E9=83=A8=E5=88=86?= =?UTF-8?q?=E2=80=94=E2=80=94=E5=B0=9D=E8=AF=95=E5=8F=82=E4=B8=8E=E5=BC=80?= =?UTF-8?q?=E6=BA=90/=E6=8F=90=E4=BA=A4=E7=AC=AC=E4=B8=80=E4=B8=AA=20Pull?= =?UTF-8?q?=20Request.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\244\347\254\254\344\270\200\344\270\252 Pull Request.md" | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git "a/\347\254\254\344\270\211\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/\346\217\220\344\272\244\347\254\254\344\270\200\344\270\252 Pull Request.md" "b/\347\254\254\344\270\211\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/\346\217\220\344\272\244\347\254\254\344\270\200\344\270\252 Pull Request.md" index 93f0f14..754e2a2 100644 --- "a/\347\254\254\344\270\211\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/\346\217\220\344\272\244\347\254\254\344\270\200\344\270\252 Pull Request.md" +++ "b/\347\254\254\344\270\211\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/\346\217\220\344\272\244\347\254\254\344\270\200\344\270\252 Pull Request.md" @@ -24,6 +24,7 @@ Pull Request 本质上是一种协同工作的机制,可以进行基于网络 1. 使用 A 帐号,创建项目 pull_request_demo 1. 在本地提交 README.md + ``` echo "# " >> README.md git init @@ -50,11 +51,11 @@ Pull Request 本质上是一种协同工作的机制,可以进行基于网络 1. 选择 base 和 head 仓库。点击「New pull request」按钮。 -1. 填写提交说明后,「Create pull request」 +1. 填写提交说明后,「Create pull request」。 1. 使用 A 帐号登录 GitHub,进行 pull_request_demo 项目。 -1. 可以看到 Pull request 中有新的数据 +1. 可以看到 Pull request 中有新的数据。 1. 点击 Confirm merge,完成合并。 -- Gitee