work create
Overview
Command: r2r eac work create <branch> [--from <base>]
Purpose: Create a new workspace for parallel development
Category: work
Syntax
Examples
# Create workspace from main
r2r eac work create feature/authentication
cd ../work/feature-authentication
# Create from specific branch
r2r eac work create hotfix/security --from release/v1.2.0
# Create and start working
r2r eac work create feature/api && cd ../work/feature-api
See Also
- work commit - Commit with AI messages
- work remove - Remove workspace
- show workspaces
- work Commands
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.