Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1) 								 glab(1)

NAME
     glab-repo-fork - Fork a GitLab repository.

SYNOPSIS
     glab repo fork [] [flags]

DESCRIPTION
     Defaults  to  the	current  repository  if no repository is specified.  Use
     --clone and --remote to skip the interactive prompts.

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
     -h, --help[=false]      Show help for this command.

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

SEE ALSO
     glab-repo(1)

Auto generated by spf13/cobra	    Aug 2026				 glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-repo-fork&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help