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 -y, --confirm
26 skip confirmation prompt
27
28
29 -R, --repo <[HOST/]OWNER/REPO>
30 Select another repository using the [HOST/]OWNER/REPO format
31
32
33
35 gh-repo(1)
36
37
38
39 Jan 2023 GH-REPO-RENAME(1)