1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

gh: small wording tweaks for extra clarity (#5157)

This commit is contained in:
Waldir Pimenta 2021-01-17 17:56:17 +00:00 committed by GitHub
parent d1b86208a1
commit 9b64574c38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
> Work seamlessly with GitHub from the command line.
> More information: <https://cli.github.com/>.
- Clone a repository locally:
- Clone a GitHub repository locally:
`gh repo clone {{owner}}/{{repository}}`
@ -11,7 +11,7 @@
`gh issue create`
- View and filter a repository’s open issues:
- View and filter the open issues of the current repository:
`gh issue list`
@ -27,7 +27,7 @@
`gh pr view --web {{pr_number}}`
- Check out pull requests locally:
- Locally check out the branch of a pull request, given its number:
`gh pr checkout {{pr_number}}`