vcs/git

Remove file in All Commits

C/H 2021. 12. 16. 08:55

스테이징에 추적중인 파일이 없어야 합니다.

git filter-branch --tree-filter 'rm -rf files/dev.env' HEAD
git filter-branch --prune-empty HEAD
git push --force
반응형

'vcs > git' 카테고리의 다른 글

SVN과 Git 동기화  (0) 2021.12.16
github.com 프로젝트 참여 - 정리 메모  (0) 2020.02.13
비트버킷 저장소 크기 줄이기  (0) 2020.02.03
git reset, 복원  (0) 2019.07.19
github.com 탈퇴, 재가입  (0) 2019.02.21