터미널에서 git 의 캐시를 지워주고 다시 . . .

git rm -r --cached .

git add .

git commit -m "fixed untracked files"

+ Recent posts