본문 바로가기

기타

[Git] 전체 히스토리에서 특정 파일&특정 디렉토리 전부 삭제

git filter-branch -f --index-filter "git rm --cached --ignore-unmatch @@@" --prune-empty -- --all

git filter-branch -f --index-filter "git rm --cached --ignore-unmatch @@@" --prune-empty --tag-name-filter cat -- --all


인터넷에 있는 명령어들을 다 찾아봐서 써봤으나

로컬에 있는 파일도 삭제됨.

'기타' 카테고리의 다른 글

Widows 10 - Speech Recognition Error 해결법  (0) 2023.12.08
형상관리툴 종류  (0) 2019.08.07
Nox 블루스크린 문제 - ( Windows - Hyper-V 사용 해제 )  (0) 2019.01.07
glsl_blur  (0) 2018.01.24