git_clean
Clean untracked files in a Git repository using specified parameters such as force removal, directory inclusion, and dry run for safe execution.
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 |