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-create(1)
22 Create a new repository
23
24
25 gh-repo-list(1)
26 List repositories owned by user or organization
27
28
29
31 gh-repo-archive(1)
32 Archive a repository
33
34
35 gh-repo-clone(1)
36 Clone a repository locally
37
38
39 gh-repo-delete(1)
40 Delete a repository
41
42
43 gh-repo-deploy-key(1)
44 Manage deploy keys in a repository
45
46
47 gh-repo-edit(1)
48 Edit repository settings
49
50
51 gh-repo-fork(1)
52 Create a fork of a repository
53
54
55 gh-repo-rename(1)
56 Rename a repository
57
58
59 gh-repo-set-default(1)
60 Configure default repository for this directory
61
62
63 gh-repo-sync(1)
64 Sync a repository
65
66
67 gh-repo-unarchive(1)
68 Unarchive a repository
69
70
71 gh-repo-view(1)
72 View a repository
73
74
75
77 $ gh repo create
78 $ gh repo clone cli/cli
79 $ gh repo view --web
80
81
82
83
84
86 gh(1)
87
88
89
90 Oct 2023 GH-REPO(1)