今日使用的命令
-
git
- git checkout master ; 切换分支
- git checkout -b new-branch-name; 新建分支并且切换到分支
- git marge static-pages //合并static-pages 到当前所在的分支
- git push master //推送远程库
-
yarn
-
yarn install --no-bin-links
-
yarn add cross-env
npm install //npm开始
npm run watch-poll //sacc监控
网友评论