This commit is contained in:
Binary Wang 2017-06-14 16:29:20 +08:00 committed by GitHub
parent e241de6a30
commit 02793bda6c

View File

@ -28,7 +28,7 @@ $ git push
```bash
$ git remote add upstream https://github.com/wechat-group/weixin-java-tools
$ git fetch upstream
$ git checkout dev
$ git rebase upstream/dev
$ git push -f origin dev
$ git checkout develop
$ git rebase upstream/develop
$ git push -f origin develop
```