how remove files completely from git repository history 2월 27, 2019 git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch path_to_file" HEAD refer : how remove files completely from git repository history 자세한 내용 보기