Programming/git
.gitignore가 작동하지 않을때
web data
2024. 6. 8. 23:30
git rm -r --cached .
git add .
git commit -m "fixed untracked files"
