git_lfs
Handle large files in Git repositories by installing, tracking, untracking, or listing LFS-managed files using specified patterns.
Instructions
Manage Git LFS (Large File Storage).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | LFS action (install, track, untrack, list) | list |
patterns | No | File patterns for track/untrack | |
repo_path | Yes | The path to the local Git repository |