op_practice_book
1.0.0

- 온라인 읽기 (github)
- 이 책을 다운로드 (PDF)
- 문서 사양
- 위키
- 관련 프로그램 다운로드
- 피드백을 보려면 클릭하십시오
fork 다음 로컬로 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)
