1
virusdefender 2014-07-27 21:47:53 +08:00 1
git rm ***
|
2
aa65535 2014-07-27 22:13:04 +08:00 1
使用 git rm 再删一次, git add . 后 git commit 提交
直接 git commit -am "delete files" 提交 使用 git add -all , 然后 git commit 提交 以上三种都可以。 |
3
yangg 2014-07-28 09:09:13 +08:00
lz 要的是 `git rm --cached path/to/filename` ?
|