gitee简单命令使用


git clone + 地址

 

git status 查看当前状态 

git add -A 暂存

git commit -m‘提交的描述’ 提交 

git push 推送到远程分支

git pull 从远程分支拉取
npm install 安装依赖
npm run serve 运行项目
npm run build 项目打包
npm run lint

posted on 2021-10-21 15:10  执着的烙印  阅读(34)  评论(0编辑  收藏  举报

导航