9 lines
427 B
Markdown
9 lines
427 B
Markdown
---
|
|
description: Start a new feature in a git worktree
|
|
---
|
|
In a worktrees directory inside the git project's root, create a new worktree for the requested feature.
|
|
create the directory if it doesn't exist.
|
|
keep the branch name concise, and don't include "opencode" in its name.
|
|
do all the work for the feature in the new worktree.
|
|
run "kitty @ set-tab-title" to set the tab title of this kitty session to "<project>/<feature>"
|