Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.09 KB

File metadata and controls

42 lines (31 loc) · 1.09 KB
title `glab repo transfer`
stage AI Coding
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>

Transfer a repository to a new namespace.

Synopsis

Moves a project to a different group or user namespace. Specify the destination with --target-namespace. You must have permission to create projects in the target namespace.

glab repo transfer [repo] [flags]

Examples

glab repo transfer profclems/glab --target-namespace notprofclems

Options

  -t, --target-namespace string   The namespace where your project should be transferred to.
  -y, --yes                       Warning: Skip confirmation prompt and force transfer operation. Transfer cannot be undone.

Options inherited from parent commands

  -h, --help   Show help for this command.