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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
garden:
  root: ""

# repos/example.git is created by setup.sh during the integration test.
variables:
  repo_url: file://${GARDEN_ROOT}/repos/example.git

trees:
  bare.git:
    url: ${repo_url}

  bare:
    bare: true
    url: ${repo_url}