From 16aa39eefdaa7bc5fc8b4653fe488fd6ce178bf5 Mon Sep 17 00:00:00 2001 From: NA-V10 Date: Thu, 27 Nov 2025 18:55:21 +0530 Subject: [PATCH 1/4] Fix spelling and punctuation issues in GitHub CLI quickstart docs --- content/github-cli/github-cli/quickstart.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/github-cli/github-cli/quickstart.md b/content/github-cli/github-cli/quickstart.md index 9ff050fc017b..bc1b32678182 100644 --- a/content/github-cli/github-cli/quickstart.md +++ b/content/github-cli/github-cli/quickstart.md @@ -23,7 +23,8 @@ shortTitle: Quickstart ## Some useful commands > [!NOTE] -> When you use some commands for the first time - for example, `gh codespace SUBCOMMAND` - you'll be prompted to add extra scopes to your authentication token. Follow the onscreen instructions. +> When you use some commands for the first time - for example, `gh codespace SUBCOMMAND` - you'll be prompted to add extra scopes to your authentication token. follow the on-screen instructions. + ### Viewing your status @@ -61,7 +62,7 @@ To create a pull request, enter `gh pr create` and follow the on-screen instruct To create a new codespace, enter `gh codespace create` and follow the on-screen instructions. -To display your existing codespaces, enter `gh codespace list`. To open a codespace in the web version of {% data variables.product.prodname_vscode_shortname %} enter `gh codespace code -w` and choose a codespace . +To display your existing codespaces, enter `gh codespace list`. To open a codespace in the web version of {% data variables.product.prodname_vscode_shortname %} enter `gh codespace code -w` and choose a codespace. In all of these commands you can substitute `cs` for `codespace`. From 8cf391ed0a0d5e5a8c8a7fc0a0e97df610386c44 Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Fri, 5 Dec 2025 15:04:01 -0800 Subject: [PATCH 2/4] Update content/github-cli/github-cli/quickstart.md --- content/github-cli/github-cli/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github-cli/github-cli/quickstart.md b/content/github-cli/github-cli/quickstart.md index bc1b32678182..a55710714a0c 100644 --- a/content/github-cli/github-cli/quickstart.md +++ b/content/github-cli/github-cli/quickstart.md @@ -23,7 +23,7 @@ shortTitle: Quickstart ## Some useful commands > [!NOTE] -> When you use some commands for the first time - for example, `gh codespace SUBCOMMAND` - you'll be prompted to add extra scopes to your authentication token. follow the on-screen instructions. +> When you use some commands for the first time - for example, `gh codespace SUBCOMMAND` - you'll be prompted to add extra scopes to your authentication token. follow the onscreen instructions. ### Viewing your status From c93df753ca6bc47b2711966aa67c295ffd2afd0b Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Fri, 5 Dec 2025 15:06:32 -0800 Subject: [PATCH 3/4] Update content/github-cli/github-cli/quickstart.md --- content/github-cli/github-cli/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/github-cli/github-cli/quickstart.md b/content/github-cli/github-cli/quickstart.md index a55710714a0c..3c35bb1b98ba 100644 --- a/content/github-cli/github-cli/quickstart.md +++ b/content/github-cli/github-cli/quickstart.md @@ -23,7 +23,7 @@ shortTitle: Quickstart ## Some useful commands > [!NOTE] -> When you use some commands for the first time - for example, `gh codespace SUBCOMMAND` - you'll be prompted to add extra scopes to your authentication token. follow the onscreen instructions. +> When you use some commands for the first time - for example, `gh codespace SUBCOMMAND` - you'll be prompted to add extra scopes to your authentication token. Follow the onscreen instructions. ### Viewing your status From 913f2fa3c90086c1e93d2846a953f6efb56193f7 Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Fri, 5 Dec 2025 15:07:36 -0800 Subject: [PATCH 4/4] Update content/github-cli/github-cli/quickstart.md --- content/github-cli/github-cli/quickstart.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/github-cli/github-cli/quickstart.md b/content/github-cli/github-cli/quickstart.md index 3c35bb1b98ba..319c93d6694a 100644 --- a/content/github-cli/github-cli/quickstart.md +++ b/content/github-cli/github-cli/quickstart.md @@ -25,7 +25,6 @@ shortTitle: Quickstart > [!NOTE] > When you use some commands for the first time - for example, `gh codespace SUBCOMMAND` - you'll be prompted to add extra scopes to your authentication token. Follow the onscreen instructions. - ### Viewing your status Enter `gh status` to see details of your current work on {% data variables.product.prodname_dotcom %} across all the repositories you're subscribed to.