1GH-REPO-RENAME(1) GitHub CLI manual GH-REPO-RENAME(1)
2
3
4
6 gh-repo-rename - Rename a repository
7
8
9
11 gh repo rename [<new-name>] [flags]
12
13
14
16 Rename a GitHub repository.
17
18
19 By default, this renames the current repository; otherwise renames the
20 specified repository.
21
22
23
25 -R, --repo <[HOST/]OWNER/REPO>
26 Select another repository using the [HOST/]OWNER/REPO format
27
28
29 -y, --yes
30 Skip the confirmation prompt
31
32
33
35 gh-repo(1)
36
37
38
39 Oct 2023 GH-REPO-RENAME(1)