git_lfs
Handle Git Large File Storage (LFS) operations such as install, track, untrack, and list file patterns within a local repository. Simplify managing large files in Git workflows.
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 |