Skip to content

Commit 99d9fa7

Browse files
authored
Update README.md
1 parent acfc401 commit 99d9fa7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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 [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"
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

0 commit comments

Comments
 (0)