Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 413 Bytes

git-lfs.md

File metadata and controls

48 lines (32 loc) · 413 Bytes

Git Large File Storage (LFS)

CLI

Installation

Homebrew

brew install git-lfs

YUM

yum check-update

# Repo: EPEL
sudo yum -y install git-lfs

APT

sudo apt update
sudo apt -y install git-lfs

APK

sudo apk update
sudo apk add git-lfs

Commands

man git-lfs

Extend

With Trunk

trunk actions enable git-lfs