Explorar el Código

update

master
Binary Wang hace 8 años
committed by GitHub
padre
commit
02793bda6c
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      contribution.md

+ 3
- 3
contribution.md Ver fichero

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

Cargando…
Cancelar
Guardar