commands.sh

hub create

all

Create a new repository on GitHub.

More info →

Options (2)

-p, --privateboolean

Create a private repository and open the new repository in a web browser

Example: hub create {{[-p|--private]}} {{[-o|--browse]}}
-o, --browseboolean

Create a private repository and open the new repository in a web browser

Example: hub create {{[-p|--private]}} {{[-o|--browse]}}

Examples (2)

Upload the current (local-only) repository to your GitHub account as public

Create a private repository and open the new repository in a web browser

hub create [-p|--private] [-o|--browse]
made by @shridhargupta | data from tldr-pages