Type something to search...

04 깃 캐시삭제

git rm -r --cached .
// 이후 애드, 커밋까지 하기
git add .
git commit -m "cache clear"