Git 无法添加文件夹下的文件
尚未暂存以备提交的变更:
(使用 "git add <文件>..." 更新要提交的内容)
(使用 "git checkout -- <文件>..." 丢弃工作区的改动)
(提交或丢弃子模组中未跟踪或修改的内容)
修改: vendor/yiisoft/yii2-queue (修改的内容, 未跟踪的内容)
命令使用
git rm --cached folderPath
git add folderPath
let the world have no hard-to-write code ^-^