Git LFS tracks large files (images, videos, datasets) without bloating the repository.
Getting Started
What is Git?
Branching & Merging
Branches & Merging
Tags & Releases
Git Tags
Submodules & Subtree
Git Submodules
GitHub Actions
GitHub Actions CI/CD
Git Worktrees
Git Worktrees
Git LFS
Git LFS (Large Files)
Git
Beginner
FREE
Git LFS (Large Files)
Lesson 1 of 17
Beginner
Interactive
Syntax
GIT
git lfs install git lfs track "*.psd" git lfs track "*.zip" git lfs track "assets/**"
Git LFS
BASH
# Install Git LFS git lfs install # Track large files git lfs track "*.psd" git lfs track "*.zip" git lfs track "videos/**" # Check tracked patterns git lfs track # Migrate existing files git lfs migrate import --include="*.psd"