op_practice_book
1.0.0

- 网上阅读(github)
- 下载本书(pdf)
- 文档规范
- wiki
- 相关程序下载
- 点击进行反馈
fork 到自己的仓库,然后 clone 到本地,并设置用户信息。$ git clone https://github.com/meetbill/op_practice_book.git
$ cd op_practice_book
$ git config user.name "yourname"
$ git config user.email "your email"
$ #do some change on the content
$ git commit -am "Fix issue #1: change helo to hello"
$ git push
$ git remote add upstream https://github.com/meetbill/op_practice_book.git
$ git fetch upstream
$ git checkout master
$ git rebase upstream/master
$ git push -f origin master
如果觉得 op_practice_book 对您有帮助,可以请笔者喝杯咖啡(支付宝)
