snippetbashTip
hub create — Create a new repository on GitHub. More information: <https://hub.github.com/hub-create.1.html>.
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 createCreate 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 createCreate 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.