git repo의 특정 파일 및 폴더만 삭제

hyuckhoon.ko·2021년 2월 20일
0

What I learned in first year

목록 보기
73/146

git 레포지토리에 venv 파일이 푸쉬됐다.
내 로컬에서는 유지하고 싶지만, 레포지토리에서는 삭제하고 싶을때

git rm --cached -r venv*

출처: https://stackoverflow.com/questions/14409299/does-git-remove-files-from-version-control-after-they-are-added-to-gitignore

0개의 댓글