Switch to a different fork branch
/plugin marketplace add mcfearsome/fork-yeah/plugin install mcfearsome-fork-yeah@mcfearsome/fork-yeah# Fork Switch
Switches the working environment to a different fork branch.
## Usage
## Arguments
- `{fork-id}` (required): The ID of the fork to switch to
## What This Command Does
1. Validates the fork exists
2. Retrieves the fork's worktree path
3. Switches to the fork based on terminal mode:
- **tmux mode**: Attaches to or switches to the fork's tmux session
- **Other modes**: Changes to the worktree directory
## Execution
To execute this command, run:
## Examples
## Before Switching
Consider:
- Committing any work in the current fork
- Note which fork you're curre...