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

Завантаження…
Відмінити
Зберегти