본문 바로가기

낙서장/Git

.gitignore 제외 파일 인식 못할때 대처법

git rm -r --cached .  // git 캐시 메모리 삭제

git add .

git commit -m "fixed untracked files" 

 

 

'낙서장 > Git' 카테고리의 다른 글

git reset  (0) 2022.06.15
git book  (0) 2022.06.15