Home » CODING

CODING

제목[GIT] .gitignore 적용 시 cache 된 것으로 계속 tracking 될 때2024-11-26 23:15
작성자 Level 10
git rm -r --cached .
git add .
git commit -m "fixed untracked files"

 

#git
댓글
자동등록방지
(자동등록방지 숫자를 입력해 주세요)