1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 21:35:25 +02:00
tldr/pages/common/hub-create.md
2025-05-11 14:10:37 +00:00

337 B

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]}}