最終更新:2026-01-13 (火) 10:32:27 (53d)  

Git LFS
Top / Git LFS

Git Large File Storage

https://git-lfs.com/

https://git-lfs.github.com/

インストール

使い方

  • 各 Git リポジトリで、Git LFS で管理するファイルの種類を選
  • または .gitattributes? を直接編集

macOS

  • brew install git-lfs
    Update your git config to finish installation:
    
      # Update global git config
      $ git lfs install
    
      # Update system git config
      $ git lfs install --system
  • git lfs install
  • git lfs pull