直接重建git暂存区

1
2
3
git rm -r --cached .
git add .
git commit -m 'update .gitignore'

移除指定文件

1
git rm --cached redis/dump.rdb

#git #配置 #测试

111