1glab(1)                                                                glab(1)
2
3
4

NAME

6       glab-repo-fork - Create a fork of a GitLab repository
7
8
9

SYNOPSIS

11       glab repo fork  [flags]
12
13
14

DESCRIPTION

16       Create a fork of a GitLab repository
17
18
19

OPTIONS

21       -c, --clone[=false]      Clone the fork {true|false}
22
23
24       -n,  --name=""       The  name  assigned to the resultant project after
25       forking
26
27
28       -p, --path=""      The path assigned to  the  resultant  project  after
29       forking
30
31
32       --remote[=false]      Add remote for fork {true|false}
33
34
35

OPTIONS INHERITED FROM PARENT COMMANDS

37       --help[=false]      Show help for command
38
39
40

EXAMPLE

42       glab repo fork
43       glab repo fork namespace/repo
44       glab repo fork namespace/repo --clone
45
46
47
48
49

SEE ALSO

51       glab-repo(1)
52
53
54
55Auto generated by spf13/cobra      Nov 2023                            glab(1)
Impressum