Skip to content

Commit 02793bd

Browse files
authored
update
1 parent e241de6 commit 02793bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contribution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ git push
2828
```bash
2929
$ git remote add upstream https://github.com/wechat-group/weixin-java-tools
3030
$ git fetch upstream
31-
$ git checkout dev
32-
$ git rebase upstream/dev
33-
$ git push -f origin dev
31+
$ git checkout develop
32+
$ git rebase upstream/develop
33+
$ git push -f origin develop
3434
```

0 commit comments

Comments
 (0)