git學(xué)習(xí)使用小記
@(Alu)
打開(kāi)git命令行:
輸入:
git rm -r --cached .
清除git的本地版本庫(kù)緩存
再輸入:
git add .
git commit -m 'update .gitignore'
將你的 .gitignore
文件提交.
問(wèn)題解決~。
@(Alu)
打開(kāi)git命令行:
輸入:
git rm -r --cached .
清除git的本地版本庫(kù)緩存
再輸入:
git add .
git commit -m 'update .gitignore'
將你的 .gitignore
文件提交.
問(wèn)題解決~。