File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -90,21 +90,21 @@ compile 'com.github.binarywang:weixin-java-cp:2.4.0'
9090
9191## PR方式贡献代码步骤
9292* 在 GitHub 上 ` fork ` 到自己的仓库,如 ` my_user/weixin-java-tools ` ,然后 ` clone ` 到本地,并设置用户信息。
93- ```
94- $ git clone git@github.com:my_user/weixin-java-tools.git
95- $ cd weixin-java-tools
96- $ git config user.name "yourname"
97- $ git config user.email "your email"
93+ ``` bash
94+ $ git clone git@github.com:my_user/weixin-java-tools.git
95+ $ cd weixin-java-tools
96+ $ git config user.name " yourname"
97+ $ git config user.email " your email"
9898```
9999* 修改代码后提交,并推送到自己的仓库。
100- ```
100+ ``` bash
101101$ # do some change on the content
102102$ git commit -am " Fix issue #1: change something"
103103$ git push
104104```
105105* 在 GitHub 网站上提交 Pull Request。
106106* 定期使用项目仓库内容更新自己仓库内容。
107- ```
107+ ``` bash
108108$ git remote add upstream https://github.com/wechat-group/weixin-java-tools
109109$ git fetch upstream
110110$ git checkout develop
You can’t perform that action at this time.
0 commit comments