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

translation-badges
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
1 changed files with 3 additions and 3 deletions

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 repositorys 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}}`