浏览代码

update

master
Binary Wang 8 年前
committed by GitHub
父节点
当前提交
02793bda6c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      contribution.md

+ 3
- 3
contribution.md 查看文件

@@ -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
```

正在加载...
取消
保存