본문 바로가기
etc/Git Hub

git에서 특정파일 히스토리 삭제

by 조조군 2019. 9. 30.
반응형

*.properties에 삭제하려고하는 파일명 

 

$ git filter-branch --force --index-filter "git rm --cached --ignore-unmatch *.properties" --prune-empty --tag-name-filter cat -- --all 

 

$ git push origin master --force 

반응형

'etc > Git Hub' 카테고리의 다른 글

Remote branch명 변경하기  (0) 2019.03.08
GitHub 기초  (0) 2015.12.02

댓글