git_clean
Clean untracked files and directories from a local Git repository. Configure options to remove directories, force clean, or perform a dry run to preview changes.
Instructions
Perform git clean operations.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directories | No | Whether to remove directories as well | |
dry_run | No | Whether to perform a dry run | |
force | No | Whether to force clean | |
repo_path | Yes | The path to the local Git repository |