1glab(1) glab(1)
2
3
4
6 glab-repo-fork - Create a fork of a GitLab repository
7
8
9
11 glab repo fork [flags]
12
13
14
16 Create a fork of a GitLab repository
17
18
19
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
37 --help[=false] Show help for command
38
39
40
42 glab repo fork
43 glab repo fork namespace/repo
44 glab repo fork namespace/repo --clone
45
46
47
48
49
51 glab-repo(1)
52
53
54
55Auto generated by spf13/cobra Nov 2023 glab(1)