2025-03-14 21:59:59 -06:00
|
|
|
# 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:
|
|
|
|
|
|
2025-06-28 19:25:29 -06:00
|
|
|
`hub create {{[-p|--private]}} {{[-o|--browse]}}`
|