Base branch can be configured per-repo:
git config stack.baseBranch develop # Default is "main"Worktrees directory can be configured per-repo (or globally):
git config stack.worktreesDir ~/worktreesView current config:
stack configOr use the interactive helper:
stack config set