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)
