1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:15:29 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`