개발/Git

gitignore 변경사항 반영하기

심집사 2022. 2. 18. 14:39

git rm -r --cached .     <- // cache에 기록된 tracking 중인 파일리스트 삭제

 


git add .