贡献力量
最后更新于
$ git clone https://github.com/<Your_Github_ID>/slackbook_cn.git
$ cd slackbook_cn
$ git config user.name "id"
$ git config user.email "email"$ git add .
$ git commit -m "Close #n 该章节翻译已经完成 "
$ git push origin master$ git clone https://github.com/slackwarecn/slackbook_cn.git
$ cd slackbook_cn
$ git config user.name "id"
$ git config user.email "email"$ git add .
$ git commit -m "Close #n 该章节翻译已经完成 "
$ git push origin master$ git remote add upstream https://github.com/slackwarecn/slackbook_cn.git$ git fetch upstream
$ git checkout master
$ git rebase upstream/master
$ git push -f origin master$ git pull origin master