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)
