garden-tools 2.6.0

Garden grows and cultivates collections of Git trees Garden lets you define and run commands over collections of configuration-defined multi-worktree Git environments.
Documentation
# Python Commands

This example demonstrates how to configure `garden.shell` to use `python3`
when running custom commands.

## Examples

```bash
garden hello
garden info
# Pass additional arguments after the double-dash `--` end-of-options marker.
garden hello -- cat
```

## garden.yaml

```yaml
{{#include python/garden.yaml}}
```