This commit is contained in:
Miguel Palhas
2025-11-28 15:03:09 +00:00
parent 669e590c60
commit 9d5cffee14
2 changed files with 11 additions and 0 deletions
@@ -0,0 +1,6 @@
This command should only work while in a secondary branch (not main or master).
Commit any unstaged changes
Fetch updates from the origin repo
If there are new commits on the parent branch (typically origin/main), then merge them back into the current branch
Solve any conflicts, and analyze the incoming changes to see if additional changes are required to the branch's code (e.g.: if something was renamed in the meantime in main, our new code may need to be adjusted)
@@ -0,0 +1,5 @@
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>"