git_lfs_fetch
Retrieve Git Large File Storage (LFS) objects from a remote repository to a local Git path. Supports dry runs and converting pointers to actual objects.
Instructions
Fetch LFS objects from the remote repository.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dry_run | No | Whether to perform a dry run | |
pointers | No | Whether to convert pointers to objects | |
repo_path | Yes | The path to the local Git repository |