728x90
반응형
git의 .gitignore가 적용 되지 않을 때가 있음. 아래 명령어로 해결 ( 적용을 위한 명령어 )
git rm -r --cached .
git add .
git commit -m "apply gitignore"
728x90
반응형
'개발중 > Git' 카테고리의 다른 글
자주사용하는 git 명령어 (0) | 2022.09.07 |
---|---|
[git] The following untracked working tree files would be overwritten by merge 에러 해결 (0) | 2022.07.28 |
git checkout 에러 : Your local changes to the following files 해결 (0) | 2022.04.15 |
커밋 번호로 체크아웃 ( commit number checkout ) (0) | 2022.02.16 |
Git commit message 작성법 📚 🙄 📚 (0) | 2022.02.04 |