From 9b64574c3849e574226d00c6fcf024bd8339cad0 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sun, 17 Jan 2021 17:56:17 +0000 Subject: [PATCH] gh: small wording tweaks for extra clarity (#5157) --- pages/common/gh.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/gh.md b/pages/common/gh.md index aed36888cf..22b5cbc394 100644 --- a/pages/common/gh.md +++ b/pages/common/gh.md @@ -3,7 +3,7 @@ > Work seamlessly with GitHub from the command line. > More information: . -- 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}}`