docs: call out default worktrees dir (#64)

This commit is contained in:
banteg
2026-01-07 22:31:19 +04:00
committed by GitHub
parent 740b636234
commit 40be0aeb6f
2 changed files with 13 additions and 0 deletions
+4
View File
@@ -100,6 +100,10 @@ default_engine = "codex"
worktree_base = "master"
```
note: the default `worktrees_dir` lives inside the repo, so `.worktrees/` will
show up as untracked unless you ignore it (add to `.gitignore` or
`.git/info/exclude`), or set `worktrees_dir` to a path outside the repo.
## usage
start takopi in the repo you want to work on: