从所有提交中删除一个文件 2015 2 26 10:47 AM 0条评论 2292次查看 分类:技术 标签:Git 从所有的Git提交中删除一个文件 $ git filter-branch --tree-filter 'rm -f passwords.txt' HEADfrom here