GitRoot

Craft your forge, Build your project, Grow your community freely
 1---
 2pluginName: Grafter
 3pluginBaseline: Some grafters join tree branches. Our Grafter joins your Git branches.
 4homepage: /app/plugins/grafter/
 5docpage: /app/plugins/grafter/doc.html
 6changelog: /app/plugins/grafter/CHANGELOG.html
 7---
 8
 9# Documentation
10
11## Configuration
12
13```yaml
14configuration:
15  defaultTargetBranch: main # the branch to merge to
16```