copy_folder
Copy a workspace folder with a new name and commit changes to Git. Duplicate project directories while maintaining version control.
Instructions
Copy a folder in the workspace folder
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Existing folder name inside the workspace folder | |
| newName | Yes | New folder name inside the workspace folder | |
| commitMessage | Yes | Commit message for git |