$ git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch *.env' --prune-empty --tag-name-filter cat -- --all
$ git push origin [branch명] --force
이 명령어를 쓰면 깃헙 커밋 기록에 .env파일이 있는 모든 히스토리를 삭제해준다.
'Git & Github' 카테고리의 다른 글
git 기본 명령어와 workflow (0) | 2021.05.25 |
---|