摘要: Install: npm install ionic cordova -g Create a project with blank template: ionic start <project_name> blank Start: cd <proejct_name> ionic serve Then 阅读全文
posted @ 2016-02-14 02:00 Zhentiw 阅读(237) 评论(0) 推荐(0)
摘要: Somtimes, the project might set the commit message guide line, if your commit doesn't meet the requirement, ghook will reject it. If you really not su 阅读全文
posted @ 2016-02-14 01:43 Zhentiw 阅读(3332) 评论(0) 推荐(0)
摘要: When you want to push your local branch to remote branch, for the first push: git push --set-upstream origin <branch_name> The reason to set 'up-strea 阅读全文
posted @ 2016-02-14 01:34 Zhentiw 阅读(645) 评论(0) 推荐(0)