git 清除缓存、查看add内容

清除add在缓存里面的内容: git rm -r --cached

查看add内容:git ls-files

原文地址:https://www.cnblogs.com/smuzoey/p/14324062.html