1GH-REPO(1) GitHub CLI manual GH-REPO(1)
2
3
4
6 gh-repo - Manage repositories
7
8
9
11 gh repo <command> [flags]
12
13
14
16 Work with GitHub repositories.
17
18
19
21 gh-repo-archive(1)
22 Archive a repository
23
24
25 gh-repo-clone(1)
26 Clone a repository locally
27
28
29 gh-repo-create(1)
30 Create a new repository
31
32
33 gh-repo-delete(1)
34 Delete a repository
35
36
37 gh-repo-deploy-key(1)
38 Manage deploy keys in a repository
39
40
41 gh-repo-edit(1)
42 Edit repository settings
43
44
45 gh-repo-fork(1)
46 Create a fork of a repository
47
48
49 gh-repo-list(1)
50 List repositories owned by user or organization
51
52
53 gh-repo-rename(1)
54 Rename a repository
55
56
57 gh-repo-sync(1)
58 Sync a repository
59
60
61 gh-repo-view(1)
62 View a repository
63
64
65
67 $ gh repo create
68 $ gh repo clone cli/cli
69 $ gh repo view --web
70
71
72
73
74
76 gh(1)
77
78
79
80 Jun 2022 GH-REPO(1)