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對您有幫助,可以請筆者喝杯咖啡(支付寶)
