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'
90
90
91
91
## PR方式贡献代码步骤
92
92
* 在 GitHub 上 ` fork ` 到自己的仓库,如 ` my_user/weixin-java-tools ` ,然后 ` clone ` 到本地,并设置用户信息。
93
- ```
94
- $ git clone [email protected] :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
[email protected] :my_user/weixin-java-tools.git
95
+ $ cd weixin-java-tools
96
+ $ git config user.name " yourname"
97
+ $ git config user.email " your email"
98
98
```
99
99
* 修改代码后提交,并推送到自己的仓库。
100
- ```
100
+ ``` bash
101
101
$ # do some change on the content
102
102
$ git commit -am " Fix issue #1: change something"
103
103
$ git push
104
104
```
105
105
* 在 GitHub 网站上提交 Pull Request。
106
106
* 定期使用项目仓库内容更新自己仓库内容。
107
- ```
107
+ ``` bash
108
108
$ git remote add upstream https://github.com/wechat-group/weixin-java-tools
109
109
$ git fetch upstream
110
110
$ git checkout develop
You can’t perform that action at this time.
0 commit comments