Ver a proveniência

update

master
Binary Wang há 8 anos
committed by GitHub
ascendente
cometimento
02793bda6c
1 ficheiros alterados com 3 adições e 3 eliminações
  1. +3
    -3
      contribution.md

+ 3
- 3
contribution.md Ver ficheiro

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

Carregando…
Cancelar
Guardar