소스 검색

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

불러오는 중...
취소
저장