projectdiscoveryRemixRescriptPurescriptnpmCloudflareReactNext.jsGOHyper-VTiberoGitAlgorithms, 2020년

Delete Git Cache

December 20, 2021

깃 캐쉬 지우기

.gitignore 가 적용이 안될 때 캐쉬 날리기.

git rm -r --cached .
git add .
git commit -m "Clear cache"