摘要: 记录我常用的linux命令 1、cd 切换目录 (1)cd aaa 切换到目录aaa (2)cd .. 返回上级目录 2、ls 查看当前目录下内容 (1)ls 查看当前目录包含的文件和目录 (2)ls -a 显示隐藏文件( . 表示当前目录的硬链接,..表示上级目录的硬链接,隐藏文件还包括 .git 阅读全文
posted @ 2020-05-26 20:20 新月弯弯 阅读(163) 评论(0) 推荐(0)
摘要: 记录一下我在使用git时遇到的问题 一、pathspec 'apitestdata.sql' did not match any files 当使用git add 命令添加文件时出现 pathspec 'apitestdata.sql' did not match any files 报错,表示找不 阅读全文
posted @ 2020-05-26 17:26 新月弯弯 阅读(445) 评论(0) 推荐(0)