1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Use "GitHub Codespaces" in most places (#30249)

Co-authored-by: streats <streats@users.noreply.github.comgit config --global user.emailgit config --global user.email streats@users.noreply.github.comgit config --global user.name>
Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
Annie Streater
2022-09-20 17:04:17 +01:00
committed by GitHub
parent 96c81fc536
commit 97557edf6e
72 changed files with 224 additions and 216 deletions

View File

@@ -19,7 +19,7 @@ redirect_from:
{% data reusables.cli.about-cli %} For more information, see "[About {% data variables.product.prodname_cli %}](/github-cli/github-cli/about-github-cli)."
You can work with {% data variables.product.prodname_codespaces %} in the {% data variables.product.prodname_cli %} to:
You can work with {% data variables.product.prodname_github_codespaces %} in the {% data variables.product.prodname_cli %} to:
- [List all of your codespaces](#list-all-of-your-codespaces)
- [Create a new codespace](#create-a-new-codespace)
- [Stop a codespace](#stop-a-codespace)
@@ -40,7 +40,7 @@ You can work with {% data variables.product.prodname_codespaces %} in the {% da
If you have not already done so, run `gh auth login` to authenticate with your {% data variables.product.prodname_dotcom %} account.
To use `gh` to work with {% data variables.product.prodname_codespaces %}, type `gh codespace <COMMAND>` or its alias `gh cs <COMMAND>`.
To use `gh` to work with {% data variables.product.prodname_github_codespaces %}, type `gh codespace <COMMAND>` or its alias `gh cs <COMMAND>`.
As an example of a series of commands you might use to work with {% data variables.product.prodname_github_codespaces %}, you could:
@@ -115,7 +115,7 @@ If you don't have any SSH keys, follow the instructions in "[Generating a new SS
gh codespace code -c <em>codespace-name</em>
```
For more information, see "[Using {% data variables.product.prodname_codespaces %} in {% data variables.product.prodname_vscode %}](/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code)."
For more information, see "[Using {% data variables.product.prodname_github_codespaces %} in {% data variables.product.prodname_vscode %}](/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code)."
### Open a codespace in JupyterLab