git_ls_files
List tracked, modified, and untracked files in a local Git repository to inspect index state before staging or committing changes.
Instructions
List tracked files and other index information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional local working directory or repository path. | |
| others | No | Show untracked files. | |
| modified | No | Show modified files. |