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 93f0f1464b104d2de943ead3c071a0a41b3a617c..754e2a204598e0e165fe2a1d1e9dbc4074373e09 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,完成合并。