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

로컬에서 다음과 같이 캐시와 같이 파일을 삭제한 다음

원래 하려던 작업을 마저 하면 됩니다.

git rm -r --cached .
git add .
git commit -m "Apply .gitignore"
git push

댓글

Designed by JB FACTORY