Git Integration
These options can broadly affect repositories. Use them only when you understand the impact.
Default: off. Pulls from the remote based on each active project's checked-out branch. Network errors, conflicts, or local changes can fail; the server still starts.
When disabled, jobs only commit and push to their work branch. When enabled, successful jobs run an integration similar to /rebase (rebase -> main fast-forward merge -> push).
Default: on. When disabled, /rebase only merges into main/master and pushes; the target branch remains.
Remote used for push, /rebase, /pr, and /clear. Default: origin.
Default: on. When disabled, successful job worktrees are cleaned up automatically.