码迷,mamicode.com
首页 > 其他好文 > 详细

vsCode常用终端命令

时间:2020-02-16 01:22:41      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:协议   ash   art   常用   das   clear   终端命令   tail   git命令   

 

 启动命令

npm/cnpm install :加载依赖(淘宝镜像:npm install -g cnpm --registry=https://registry.npm.taobao.org)
npm/cnpm run dev :本地启动
 git命令

git status :查看代码修改情况
git add .\src\ :将修改添加到暂存区
git commit -m ‘说明文字‘ :将更改和日志消息一起存储到新的提交中
git pull :把gitlab上面的代码拉取下来
git push :把提交中的代码推送到gitlab上
 通用命令

ctrl + c --> y :停止终端
clear :清空终端
 
————————————————
版权声明:本文为CSDN博主「邹文聪」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/qq_41402200/article/details/84754996

vsCode常用终端命令

标签:协议   ash   art   常用   das   clear   终端命令   tail   git命令   

原文地址:https://www.cnblogs.com/ein-key5205/p/12315376.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!