gh: add repo clone example (#4635)

This commit is contained in:
Aadit Kamat
2020-10-13 18:37:01 +08:00
committed by GitHub
parent b22e30026a
commit d3c7c7efad

View File

@@ -19,6 +19,10 @@
`gh pr status`
- Clone a repository locally:
`gh repo clone {{owner}}/{{repository}}`
- Create a new issue:
`gh issue create`