work merge
Overview
Command: r2r eac work merge [--no-squash]
Purpose: Merge workspace changes back to main (squash by default)
Category: work
Syntax
Options
| Flag | Description |
|---|---|
--no-squash |
Preserve commits instead of squashing |
Examples
# Squash merge (default)
r2r eac work merge
# No squash (preserve commits)
r2r eac work merge --no-squash
# Full workflow
r2r eac work commit --all
r2r eac work pull
r2r eac test
r2r eac work merge
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.