Fetch the repository succeeded.
This action will force synchronization from 风歌/weixin-java-tools, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
fork
到自己的仓库,如 my_user/weixin-java-tools
,然后 clone
到本地,并设置用户信息。$ git clone git@github.com:my_user/weixin-java-tools.git
$ cd weixin-java-tools
$ git config user.name "yourname"
$ git config user.email "your email"
$ #do some change on the content
$ git commit -am "Fix issue #1: change something"
$ git push
$ git remote add upstream https://github.com/wechat-group/weixin-java-tools
$ git fetch upstream
$ git checkout develop
$ git rebase upstream/develop
$ git push -f origin develop
Sign in for post a comment
Comment ( 0 )