Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 203 Bytes

File metadata and controls

11 lines (10 loc) · 203 Bytes

To create a repository.

gh repo create <org>/<repo> \
  --public \
  --clone \
  --add-readme \
  --description "My bright, shiny new repository" \
  --disable-wiki \
  --license unlicense