摘要: 1. git rm --cached FilePath 2.git add . -> git commit ->git pull (解决冲突) 3.git log -p www/js/routes.js (看routes.js 的修改日志) 《命令行升级node版本》 一.首先安装n模块: npm 阅读全文
posted @ 2016-05-02 01:10 四叶草Clover 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 1. app项目下 ionic setup sass “第一次clone一个项目要编译一次sass” 2. git checkout . “返回到修改之前” 3. git status “查看状态” 4. git diff "如果个别不清楚的文件有修改,可以查看修改内容" 5. git checko 阅读全文
posted @ 2016-05-02 00:55 四叶草Clover 阅读(403) 评论(0) 推荐(0) 编辑
摘要: 1.刷新:command + R 2.将当前窗口最小化:command + M 3.隐藏当前窗口之外的所有窗口:command+Option+H 4.一次性隐藏和最小化所有窗口:command+option+H+M(www.macx.cn) 5.使用某个文件:Ctrl+space 调出spotlig 阅读全文
posted @ 2016-05-02 00:34 四叶草Clover 阅读(833) 评论(0) 推荐(0) 编辑