git lfs

Creator
Creator
Seonglae Cho
Created
Created
2020 Mar 28 15:15
Editor
Edited
Edited
2024 Oct 7 20:28
Refs
Refs
no way or very hard to remove git lfs object
 
 
순서 꼭 지켜야
lfs install 하고나서
Encountered files that should have been pointers, but weren't
# 1. install from - https://github.com/git-lfs/git-lfs/releases/tag/v1.1.0 cd your_git_project git lfs install git lfs track "*.jpg"

listing

git lfs ls-files
 
git clone git lfs clone
 
 

pull onlly few files

git lfs fetch origin <branch> --include="<path>" git lfs checkout <path>
 

if error in pull or push

sometimes this will fix
[lfs] allowincompletepush = 1
 
 
 

Document

Korean

 
 
 

Recommendations