merge-worktree
/git:merge-worktree [path|commit] [--from <worktree>] [--patch] [--interactive]Arguments
Merge Strategies
Strategy
Use When
Command Pattern
Usage Examples
Last updated
/git:merge-worktree [path|commit] [--from <worktree>] [--patch] [--interactive]Last updated
# Merge single file
> /git:merge-worktree src/app.js --from ../project-feature
# Interactive patch selection (select specific hunks)
> /git:merge-worktree src/utils.js --patch
# Cherry-pick specific commit
> /git:merge-worktree abc1234
# Full guided mode
> /git:merge-worktree --interactive