GIT LFS
대용량 파일 등 특정 파일에 대해 포인터만 남기고 별도로 관리
.gitattributes파일에 기록
USAGE
git lfs install [<switches>…] <archive_name>git lfs track “pattern”:git lfs untrack “pattern”:git lfs lock “pattern”:git lfs unlock “pattern”:git lfs ls-files:git lfs fetch –all: 누락된 LFS 복구git lfs checkout: 다시 체크아웃
git install git lfs track src/main/resources/*.properties git lfs lock src/main/resources/application.properties