摘要: git rm -r --cached .git add .git commit -m 'update .gitignore' 【.gitignore 文件的用途】 只能作用于 Untracked Files,也就是那些从来没有被 Git 记录过的文件(自添加以后,从未 add 及 commit 过的 阅读全文
posted @ 2020-05-26 14:31 lishidefengchen 阅读(120) 评论(0) 推荐(0)