1hub-delete(1) hub manual hub-delete(1)
2
3
4
6 hub-delete - Delete an existing repository on GitHub.
7
9 hub delete [-y] [ORGANIZATION/]NAME
10
12 -y, --yes
13 Skip the confirmation prompt and immediately delete the repository.
14
15 [ORGANIZATION/]NAME
16 The name for the repository on GitHub.
17
19 $ hub delete recipes
20 [ personal repo deleted on GitHub ]
21
22 $ hub delete sinatra/recipes
23 [ repo deleted in GitHub organization ]
24
26 hub-init(1), hub(1)
27
28
29
30
31hub version 2.14.2 20 Jan 2022 hub-delete(1)