op_practice_book
1.0.0

- オンラインを読む(github)
- この本(PDF)をダウンロード
- ドキュメント仕様
- ウィキ
- 関連するプログラムをダウンロードします
- クリックしてフィードバックを提供します
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が役立つと思われる場合は、コーヒーを飲むように頼むことができます(Alipay)
