Skip to content

work create

Overview

Command: r2r eac work create <branch> [--from <base>] Purpose: Create a new workspace for parallel development Category: work

Syntax

r2r eac work create <branch> [--from <base-branch>]

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


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.