op_practice_book
1.0.0

- Read online (github)
- Download this book (pdf)
- Document specifications
- Wiki
- Download related programs
- Click to give feedback
fork to your own repository on GitHub, then clone to locally, and set user information. $ 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
If you think op_practice_book is helpful to you, you can ask me to have a cup of coffee (Alipay)
