Skip to content

Commit fa24498

Browse files
hubwritergithub-actionsjules-p
authored
Codespaces: Org-level allowed images policy (github#30802)
Co-authored-by: github-actions <[email protected]> Co-authored-by: Jules <[email protected]>
1 parent 56bb42b commit fa24498

27 files changed

+196
-49
lines changed
114 KB
Loading
15.5 KB
Loading
12.6 KB
Loading
19 KB
Loading
40.2 KB
Loading
69.2 KB
Loading

content/codespaces/customizing-your-codespace/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ topics:
1111
- Codespaces
1212
children:
1313
- /personalizing-github-codespaces-for-your-account
14+
- /renaming-a-codespace
1415
- /changing-the-machine-type-for-your-codespace
1516
- /setting-your-default-editor-for-github-codespaces
1617
- /setting-your-default-region-for-github-codespaces

content/codespaces/developing-in-codespaces/renaming-a-codespace.md renamed to content/codespaces/customizing-your-codespace/renaming-a-codespace.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ Changing the display name of a codespace can be useful if you have multiple code
5050
To rename a codespace, use the `gh codespace edit` subcommand:
5151

5252
```shell
53-
gh codespace edit -c PERMANENT-NAME-OF-CODESPACE -d NEW-DISPLAY-NAME
53+
gh codespace edit -c PERMANENT-CODESPACE-NAME -d NEW-DISPLAY-NAME
5454
```
5555

56-
In this example, replace `permanent name of the codespace` with the permanent name of the codespace. Replace `new display name` with the desired display name.
56+
In this example, replace `PERMANENT-CODESPACE-NAME` with the permanent name of the codespace whose display name you want to change. Replace `NEW-DISPLAY-NAME` with the display name you want to use for this codespace.
57+
58+
For more information, see "[Using {% data variables.product.prodname_github_codespaces %} with {% data variables.product.prodname_cli %}](/codespaces/developing-in-codespaces/using-github-codespaces-with-github-cli#rename-a-codespace)."

content/codespaces/developing-in-codespaces/codespaces-lifecycle.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ In the example `postCreate.sh` file below, the contents of the `config` director
5959
ln -sf $PWD/.devcontainer/config $HOME/config && set +x
6060
```
6161

62+
For more information, see "[Introduction to dev containers](/codespaces/setting-up-your-project-for-codespaces/introduction-to-dev-containers#applying-configuration-changes-to-a-codespace)."
63+
6264
## Stopping a codespace
6365

6466
{% data reusables.codespaces.stopping-a-codespace %} For more information, see "[Stopping and starting a codespace](/codespaces/developing-in-codespaces/stopping-and-starting-a-codespace)."

content/codespaces/developing-in-codespaces/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ children:
1616
- /using-source-control-in-your-codespace
1717
- /using-github-codespaces-for-pull-requests
1818
- /stopping-and-starting-a-codespace
19-
- /renaming-a-codespace
2019
- /forwarding-ports-in-your-codespace
2120
- /default-environment-variables-for-your-codespace
2221
- /connecting-to-a-private-network

0 commit comments

Comments
 (0)