HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

hub create — Create a new repository on GitHub. More information: <https://hub.github.com/hub-create.1.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
createcommandnewgithubclimorerepositoryhub create

Problem

How to use the hub create command: Create a new repository on GitHub. More information: <https://hub.github.com/hub-create.1.html>.

Solution

hub create — Create a new repository on GitHub. More information: <https://hub.github.com/hub-create.1.html>.

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


Create a private repository and open the new repository in a web browser:
hub create {{[-p|--private]}} {{[-o|--browse]}}

Code Snippets

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

hub create

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

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

Context

tldr-pages: common/hub create

Revisions (0)

No revisions yet.