GLabGLab

glab repo fork

Fork a GitLab repository.

Terminal
glab repo fork <repo> [flags]

## Examples

Terminal
glab repo fork

glab repo fork namespace/repo

glab repo fork namespace/repo --clone

## Options

Terminal
  -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

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