op_practice_book
1.0.0

- อ่านออนไลน์ (GitHub)
- ดาวน์โหลดหนังสือเล่มนี้ (PDF)
- ข้อกำหนดเอกสาร
- วิกิ
- ดาวน์โหลดโปรแกรมที่เกี่ยวข้อง
- คลิกเพื่อให้ข้อเสนอแนะ
fork ไปยังที่เก็บข้อมูลของคุณเองใน GitHub จากนั้น 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)
