Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 975 Bytes

File metadata and controls

40 lines (31 loc) · 975 Bytes
title `glab repo fork`
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>

Fork a GitLab repository.

glab repo fork <repo> [flags]

Examples

glab repo fork
glab repo fork namespace/repo
glab repo fork namespace/repo --clone

Options

  -c, --clone         Clone the fork. Options: true, false.
  -n, --name string   The name assigned to the new project after forking.
  -p, --path string   The path assigned to the new project after forking.
      --remote        Add a remote for the fork. Options: true, false.

Options inherited from parent commands

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