Git

Git LFS 데이터 공간 확보

sudoju 2023. 12. 26. 18:16

LFS파일 보기

git lfs ls-files

 

 

삭제

git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch <path to file>' --prune-empty --tag-name-filter cat -- --all