经验:
单元测试,
数据库sql 的值他不是字符串,你需要注意
原理:只会删除缓存区文件,工作区文件不会改变
git rm --cache 文件名
不要用这个:它的原理是删除缓存区文件,工作区文件恢复到add之前
git restore <file>
别用
git rm -f 文件名
2024-01-30 23:06:22
经验:
单元测试,
数据库sql 的值他不是字符串,你需要注意
原理:只会删除缓存区文件,工作区文件不会改变
git rm --cache 文件名
不要用这个:它的原理是删除缓存区文件,工作区文件恢复到add之前
git restore <file>
别用
git rm -f 文件名