You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/container_setup/github_codespace/creating_codespace.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,18 +22,24 @@ GitHub Codespaces' button and then click the green 'Create Codespace' button.
22
22
23
23
4. Rename your codespace for easier identification:
24
24
25
-
By default, your codespace will have a randomly generated name. Renaming it to something descriptive — such as referencing the issue or feature you’re working on makes it much easier to find and manage your codespaces, especially if you use several.
25
+
By default, your codespace will have a randomly generated name. Renaming it to
26
+
something descriptive — such as referencing the issue or feature you’re working
27
+
on makes it much easier to find and manage your codespaces, especially if
28
+
you use several.
26
29
27
30
To rename your codespace:**
28
31
29
-
- Open your [GitHub Codespaces dashboard](https://github.com/codespaces) in your browser.
30
-
- Find the codespace you just created (it will show the repository name and the current random display name).
32
+
- Open your [GitHub Codespaces dashboard](https://github.com/codespaces) in
33
+
your browser.
34
+
- Find the codespace you just created (it will show the repository name and
35
+
the current random display name).
31
36
- Click the ellipsis (**...**) next to your codespace to open the options menu.
32
37
- Select **Rename** from the dropdown.
33
-
- Enter a descriptive new display name (e.g., `r-dev-env-issue-229` or `r-dev-env-patch-naming`) and confirm.
38
+
- Enter a descriptive new display name (e.g., `r-dev-env-issue-229` or
39
+
`r-dev-env-patch-naming`) and confirm.
34
40
35
41

36
42
37
-
> **Tip:**
38
-
> You can rename your codespace at any time. The display name is for your convenience and does not affect your code or environment.
39
-
43
+
> **Tip:**
44
+
> You can rename your codespace at any time. The display name is
45
+
for your convenience and does not affect your code or environment.
0 commit comments