# [[Git LFS]]
_Created: 2026-04-01_ | #git | [[Git]]
## Installation
```shell-session
$ brew install git-lfs
...
==> Pouring git-lfs--3.7.1.arm64_tahoe.bottle.tar.gz
==> Caveats
Update your git config to finish installation:
# Update global git config
$ git lfs install
# Update system git config
$ git lfs install --system
==> Summary
🍺 /opt/homebrew/Cellar/git-lfs/3.7.1: 82 files, 14MB
$ git lfs version
git-lfs/3.7.1 (GitHub; darwin arm64; go 1.25.3)
```