Git 저장소에서 대용량 파일을 다루기 위한 도구. 더 많은 정보: https://github.com/git-lfs/git-lfs/tree/main/docs.
git lfs install
git lfs track '{{*.bin}}'
git config {{[-f|--file]}} .lfsconfig lfs.url {{lfs_endpoint_url}}
git lfs track
git lfs ls-files
git lfs push --all {{remote_name}} {{branch_name}}
git lfs fetch
git lfs checkout