git_read_files
Retrieve and display file contents from a Git repository by providing the repository URL and specific file paths, enabling easy access to code or data within the repo.
Instructions
Read the contents of specified files in a given git repository.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_paths | Yes | List of file paths to read (relative to repository root) | |
repo_url | Yes | The URL of the Git repository |