美文网首页
2019-04-01

2019-04-01

作者: 幻无虚生 | 来源:发表于2019-04-02 17:45 被阅读0次

今日使用的命令

  • 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监控

相关文章

网友评论

      本文标题:2019-04-01

      本文链接:https://www.haomeiwen.com/subject/qmumbqtx.html