会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhou
博客园
首页
新随笔
联系
订阅
管理
2022年9月23日
常用git命令
摘要: 1.命令行删除 node_modules 文件1)安装删除工具npm install rimraf -g2)执行删除命令rimraf node_modules 2.更新远程分支 git remote update origin --prune 3.合并分支 git merge xxxx(分支名称)
阅读全文
posted @ 2022-09-23 16:26 Hello程序媛
阅读(57)
评论(0)
推荐(0)
公告