Git

Clear git local cache

dm.kim 2023. 3. 24. 12:48

local cache 삭제

(.gitignore 파일에 추가했지만 이전에 commit한 파일들이 stage에 나오는 경우에도 cache를 삭제하여 없앨 수 있다.)

git rm -r --cached .

 

'Git' 카테고리의 다른 글

유용한 git config  (0) 2023.03.24
Git remote와 sync 맞추기  (0) 2023.03.24
commit 되지 않은 변경 사항 취소  (0) 2022.06.20
git commit --amend  (0) 2022.05.10
GitHub/GitLab 로컬 로그인  (0) 2022.05.08