Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 167 Bytes

gh-cli.md

File metadata and controls

9 lines (6 loc) · 167 Bytes

GitHub CLI

Create Repository

gh repo create repo-name --description "a description" --add-readme --license ap
ache-2.0 --gitignore Go --public --clone