Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1001 Bytes

File metadata and controls

43 lines (32 loc) · 1001 Bytes
title `glab mr reopen`
stage Create
group Code Review
info To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments>

Reopen a merge request.

glab mr reopen [<id>... | <branch>...] [flags]

Aliases

open

Examples

# Reopen merge request 123
glab mr reopen 123

# Reopen merge requests 123, 456, and 789
glab mr reopen 123 456 789

# Reopen merge requests from branches branch-1 and branch-2
glab mr reopen branch-1 branch-2

Options inherited from parent commands

  -h, --help              Show help for this command.
  -R, --repo OWNER/REPO   Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.