We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e241de6 commit 02793bdCopy full SHA for 02793bd
contribution.md
@@ -28,7 +28,7 @@ $ git push
28
```bash
29
$ git remote add upstream https://github.com/wechat-group/weixin-java-tools
30
$ git fetch upstream
31
-$ git checkout dev
32
-$ git rebase upstream/dev
33
-$ git push -f origin dev
+$ git checkout develop
+$ git rebase upstream/develop
+$ git push -f origin develop
34
```
0 commit comments