03 2023 档案

摘要:参考文档: https://blog.csdn.net/qq_37460847/article/details/126918641 1、使用18.12.1 node版本 使用nvm管理node 版本 参考:https://www.cnblogs.com/aishangliming/p/1702354 阅读全文
posted @ 2023-03-09 13:53 爱尚丽明 阅读(106) 评论(0) 推荐(0)
摘要:git init // 初始化 在工作路径上创建主分支 git clone 地址 // 克隆远程仓库 git clone -b 分支名 地址 // 克隆分支的代码到本地 git status // 查看状态 git add 文件名 // 将某个文件存入暂存区 git checkout -- file 阅读全文
posted @ 2023-03-07 16:18 爱尚丽明 阅读(28) 评论(0) 推荐(0)