mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:46:01 +02:00
gh: small wording tweaks for extra clarity (#5157)
This commit is contained in:
parent
d1b86208a1
commit
9b64574c38
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
> Work seamlessly with GitHub from the command line.
|
> Work seamlessly with GitHub from the command line.
|
||||||
> More information: <https://cli.github.com/>.
|
> More information: <https://cli.github.com/>.
|
||||||
|
|
||||||
- Clone a repository locally:
|
- Clone a GitHub repository locally:
|
||||||
|
|
||||||
`gh repo clone {{owner}}/{{repository}}`
|
`gh repo clone {{owner}}/{{repository}}`
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
`gh issue create`
|
`gh issue create`
|
||||||
|
|
||||||
- View and filter a repository’s open issues:
|
- View and filter the open issues of the current repository:
|
||||||
|
|
||||||
`gh issue list`
|
`gh issue list`
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
`gh pr view --web {{pr_number}}`
|
`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}}`
|
`gh pr checkout {{pr_number}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue