Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix spelling and punctuation issues in GitHub CLI quickstart docs
  • Loading branch information
NA-V10 committed Nov 27, 2025
commit 16aa39eefdaa7bc5fc8b4653fe488fd6ce178bf5
5 changes: 3 additions & 2 deletions content/github-cli/github-cli/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`.

Expand Down
Loading