Skip to main content

rt mr map

rt › mr › map

Open MRs joined to the local worktrees holding their branches

Usage

rt mr map [flags]

Arguments & flags

Flag / ArgTypeDefaultDescription
--repotextRegistered repo name (defaults to the current repo)
--jsonbooleanfalseMachine-readable rows (default output is a table)

See code: commands/mr.ts › mrMap

Examples & notes

Shows every open MR for a repo alongside the local worktree that holds its branch. The join uses exact branch-name matching, so an MR whose branch was pushed from a worktree appears in the same row.

rt mr map # current repo
rt mr map --repo my-app # a specific registered repo
rt mr map --json # machine-readable output

The --repo flag accepts either the serialized repo identity or the short repo-label alias.