Git_lfs_迁移

1
git lfs install
1
git lfs migrate import --include="*.bin,*.lib,*.so,*.dll,*.a,*.param,*.zip,*.gz,*.aar,*.doc,*.docx,*.xlsx,*.jpg,*.png,*.jar,*.wav,*.mp3,*.mp4,*.tar.gz,*.tar.bz2,*.tar.xz" --everything

查看被追踪的文件

1
git lfs ls-files

强制推送,覆盖远程

1
git push --force --all

本地仓库清理

1
git reflog expire --expire-unreachable=now --all
1
git gc --prune=now
updatedupdated2022-09-012022-09-01