work remove
Overview
Command: r2r eac work remove <workspace> [--delete-branch]
Purpose: Remove workspace and optionally delete associated branches
Category: work
Syntax
Options
| Flag | Description |
|---|---|
--delete-branch |
Also delete the git branch |
Examples
# Remove workspace only
r2r eac work remove feature/auth
# Remove workspace and branch
r2r eac work remove feature/auth --delete-branch
# After merge
r2r eac work merge
r2r eac work remove feature/auth --delete-branch
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.