我在centos 7中使用git 1.8.3.1
。
我想rm -cached
favicon.ico
,favicon2.ico
,sample.ico...
处于我的仓库当前状态。
我的脚本出现如下错误:
[root@localhost www]# git filter-branch "git rm --cached '*.ico'" HEAD
fatal: ambiguous argument 'git rm --cached '*.ico'': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
出什么问题了?