git 清理远端 和 本地 未追踪文件
远端=》引用一 git rm --cached 命令,最全详细讲解
https://www.cnblogs.com/lovebing/p/17934843.html
本地=》引用二 git clean -xdf --dry-run
https://www.cnblogs.com/faithlocus/p/16412021.html
远端=》引用一 git rm --cached 命令,最全详细讲解
https://www.cnblogs.com/lovebing/p/17934843.html
本地=》引用二 git clean -xdf --dry-run
https://www.cnblogs.com/faithlocus/p/16412021.html