6 lines
368 B
Markdown
6 lines
368 B
Markdown
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 "claude" 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 sessionn to "<project>/<feature>"
|