- Google Doc https://drive.google.com/drive/u/0/folders/0B-nrh2dPfVAQNHpjMXFTODBnLXM
- Slack https://megamount.slack.com
- Trello https://trello.com/megamount
- Mega https://mega.nz/
- Document http://docs.lyrasoft.net/
The PHP_CodeSniffer Package for LYRA Developer Team.
Not yet...
特別編寫過的 Comment 模板幫助快速產生符合標準的區塊註解(請搭配 Code Style 使用)
下載後匯入 setting (只包含 File Template 而已,其他不會覆蓋): File-Templates.jar
Download this file.
$ wget https://gist.githubusercontent.com/asika32764/5824bc66a6756dc3031e/raw/92f072b3c1737553bf08be2fa9695c094e607ae6/get-pr
Then mv
to /usr/local/bin
(Windows should put in a folder which in Environment Variable Path, I'm used to put in C:\bin
)
$ chmod +x get-pr
$ mv get-pr /usr/local/bin/get-pr
cd to your git project
Then execute:
$ get-pr upstream 123
$ git checkout pr-123
OK we will pull and checkout to this PR.
$ get-pr {remote-name} {PR-ID}
It is convenience to review PR or contribute to others PR.