Sponsor:

Your company here, and a link to your site. Click to find out more.

hub-delete - Man Page

Delete an existing repository on GitHub.

Examples (TL;DR)

Synopsis

hub delete [-y] [ORGANIZATION/]NAME

Options

-y, --yes

Skip the confirmation prompt and immediately delete the repository.

[ORGANIZATION/]NAME

The name for the repository on GitHub.

Examples

$ hub delete recipes
[ personal repo deleted on GitHub ]

$ hub delete sinatra/recipes
[ repo deleted in GitHub organization ]

See Also

hub-init(1), hub(1)

Referenced By

hub(1).

11 Feb 2024 hub version 2.14.2 hub manual