Git

.gitignore에 추가 했는데 commit 목록에 나올 때

doopang 2022. 12. 26. 08:24
git rm -r --cached .
git add .
git commit -m "fixed untracked files"