刪除文件夾 git rm --cached -r 文件夾名字 刪除文件 git rm --cached 文件名字 刪除后不用git add 直接提交 git commit -m "desc" 提交 git push