echo "# gulu" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/chenspark/gulu.git git push -u origin master
git remote add origin https://github.com/chenspark/gulu.git git push -u origin master /加了参数-u后,以后即可直接用git push 代替git push origin master****/
BDD behavior dirven development 行为驱动开发=》用自然语言描述需求should expect assert,三种方式
TDD test dirven development 测试驱动开发
Assert 断言 作用域隔离 console.assert()只能判断真和假
##介紹 安装node-sass的正确姿势 做法是在项目内添加一个 .npmrc 文件:可以在本项目里面查看具体内容 这样使用 npm install 安装 node-sass 和 phantomjs 时都能自动从淘宝源上下载, 但是在使用 npm publish 的时候要把 registry 这一行给注释掉,否则就会发布到淘宝源上去了
##开始使用 ::before, ::after,*{box-sizing: border-box}
##文档
##提问
##变更记录
##联系方式