hub-create(1) | hub manual | hub-create(1) |
hub-create - Create a new repository on GitHub and add a git remote for it.
hub create [-poc] [-d DESCRIPTION] [-h HOMEPAGE] [[ORGANIZATION/]NAME]
-p, --private
-d, --description DESCRIPTION
-h, --homepage HOMEPAGE
--remote-name REMOTE
-o, --browse
-c, --copy
[ORGANIZATION/]NAME
Optionally, create the repository within ORGANIZATION.
$ hub create [ repo created on GitHub ] > git remote add -f origin git@github.com:USER/REPO.git $ hub create sinatra/recipes [ repo created in GitHub organization ] > git remote add -f origin git@github.com:sinatra/recipes.git
hub-init(1), hub(1)
06 Nov 2024 | hub version 2.14.2 |