mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 02:57:04 +00:00
Update cheatsheets
This commit is contained in:
17
hub-create
Normal file
17
hub-create
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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 --private --browse`
|
||||
Reference in New Issue
Block a user