KCKar Chun Taninkarchuntan.hashnode.dev·Jul 30, 2022 · 1 min readFix Git LFS common issuesFix Git LFS common issues Fixing files that should have been pointers in LFS but weren't git lfs migrate import --no-rewrite "file_path" "file_path" git lfs ls-files | grep "file_path" git lfs push origin --all git push origin --all Let's break ...00