glab-repo-fork - Man Page

Create a fork of a GitLab repository

Synopsis

glab repo fork  [flags]

Description

Create a fork of a GitLab repository

Options

-c, --clone[=false] Clone the fork {true|false}

-n, --name="" The name assigned to the resultant project after forking

-p, --path="" The path assigned to the resultant project after forking

--remote[=false] Add remote for fork {true|false}

Options Inherited from Parent Commands

--help[=false] Show help for command

Example

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

See Also

glab-repo(1)

Referenced By

glab-repo(1).

Apr 2024 Auto generated by spf13/cobra