op_practice_book
1.0.0

- Lesen Sie online (GitHub)
- Laden Sie dieses Buch (PDF) herunter
- Dokumentspezifikationen
- Wiki
- Laden Sie verwandte Programme herunter
- Klicken Sie hier, um Feedback zu geben
fork zu Ihrem eigenen Repository auf Github, clone dann vor Ort und setzen Sie Benutzerinformationen. $ 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
Wenn Sie der Meinung sind, dass op_practice_book für Sie hilfreich ist, können Sie mich bitten, eine Tasse Kaffee (Alipay) zu trinken (Alipay).
