Skip to content

github에서 이미 push된 파일 제외하기

1
2
3
4
git rm -r --cached .
git add .
git commit -m "Apply .gitignore"
git push