glab-repo-fork - Man Page
Fork a GitLab repository.
Synopsis
glab repo fork [flags]
Description
Fork a GitLab repository.
Options
-c, --clone[=false] Clone the fork. Options: true, false.
-n, --name="" The name assigned to the new project after forking.
-p, --path="" The path assigned to the new project after forking.
--remote[=false] Add a remote for the fork. Options: true, false.
Options Inherited from Parent Commands
--help[=false] Show help for this command.
Example
glab repo fork glab repo fork namespace/repo glab repo fork namespace/repo --clone
See Also
Referenced By
Oct 2024 Auto generated by spf13/cobra