Skip to content

Commit 79ee0d1

Browse files
authored
fix VSCode.dev in the other files
1 parent 03cefb1 commit 79ee0d1

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

source/ch-coding.ptx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<section xml:id="sec-codespaces">
55
<title>Codespaces</title>
66
<p>
7-
While the quick <c>GitHub.dev</c> interface we used
7+
While the quick <c>VSCode.dev/GitHub</c> interface we used
88
to get started in <xref ref="ch-first-repo"/> is great
99
for quick uploads or edits, many projects require the ability
1010
to run applications and execute code as you would on
@@ -34,29 +34,29 @@ the green <q>Create codespace on [branchname]</q> button.
3434
</note>
3535
<p>
3636
After the Codespace boots up, you'll have an interface similar
37-
to the <c>GitHub.dev</c> environment you learned about in
37+
to the <c>VSCode.dev/GitHub</c> environment you learned about in
3838
<xref ref="sec-using-github-dev"/>.
3939
</p>
4040
<note xml:id="dev-codespace-contrast">
4141
<p>
4242
Here are a few key differences between
43-
<c>GitHub.dev</c> and Codespaces.
43+
<c>VSCode.dev/GitHub</c> and Codespaces.
4444
<ol>
4545
<li>
4646
<p>
47-
A <c>GitHub.dev</c> URL looks like <c>github.dev/username/reponame</c>,
47+
A <c>VSCode.dev/GitHub</c> URL looks like <c>VSCode.dev/GitHub/username/reponame</c>,
4848
while a Codespace URL looks like
4949
<c>random-word-123randomcharacters789.github.dev</c>.
5050
</p>
5151
</li>
5252
<li>
5353
<p>
54-
<c>GitHub.dev</c> is quicker to load than a Codespace.
54+
<c>VSCode.dev/GitHub</c> is quicker to load than a Codespace.
5555
</p>
5656
</li>
5757
<li>
5858
<p>
59-
<c>GitHub.dev</c> has a much more limited selection of VS Code
59+
<c>VSCode.dev/GitHub</c> has a much more limited selection of VS Code
6060
extensions to use.
6161
</p>
6262
</li>
@@ -69,7 +69,7 @@ You can only install applications and execute code on a Codespace.
6969
</p>
7070
</note>
7171
<p>
72-
One similarity between <c>GitHub.dev</c> and Codespaces
72+
One similarity between <c>VSCode.dev/GitHub</c> and Codespaces
7373
(besides the obviously similar VS Code user interfaces),
7474
is that your work is still private to you and can only be
7575
shared with the public (and retained in the long term) by
@@ -310,7 +310,7 @@ your Codespace will be retained before it is deleted
310310
<p>
311311
Putting it all together, we have seen three ways to access files on your repo.
312312
Going from the least easy to edit to the most editable we have: <c>GitHub.com</c>,
313-
<c>GitHub.dev</c>, <c>random-codespace-string.github.dev</c>.
313+
<c>VSCode.dev/GitHub</c>, <c>random-codespace-string.github.dev</c>.
314314
Here is what these environments look like.
315315
</p>
316316
<figure xml:id="fig-faces-of-github">

source/ch-collaboration.ptx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ need their own GitHub account, and must accept the invitation to
2828
collaborate before gaining access.
2929
</p>
3030
<p>
31-
Once they have access, a collaborator can either use <c>GitHub.dev</c>
31+
Once they have access, a collaborator can either use <c>VSCode.dev/GitHub</c>
3232
(<xref ref="opening-github-dev"/>) or create their own
3333
Codespace (<xref ref="def-codespaces"/>).
3434
</p>
@@ -53,7 +53,7 @@ repository is to <em>never directly commit to the <c>main</c> branch</em>,
5353
even if you're the owner.
5454
</p>
5555
<p>
56-
To commit to an alternative branch in <c>GitHub.dev</c> or Codespaces, select
56+
To commit to an alternative branch in <c>VSCode.dev/GitHub</c> or Codespaces, select
5757
<c>main</c> in the bottom toolbar, then type the name of your new branch,
5858
and select <q>Create new branch</q>. It's a good idea to name your
5959
branch in the form <c>UserName/short-description-of-topic</c>,
@@ -90,7 +90,7 @@ or <term>ready to review</term>.
9090
</definition>
9191
<note>
9292
<p>
93-
Depending on whether the collaborator is using <c>GitHub.dev</c> or
93+
Depending on whether the collaborator is using <c>VSCode.dev/GitHub</c> or
9494
Codespaces, they may be prompted to create a pull request when first
9595
pushing/syncing changes. If not, a pull request can be created by
9696
navigating to the repository page on <c>GitHub.com</c>.
@@ -176,7 +176,7 @@ is a quick-enough fix nonetheless.
176176
<warning>
177177
<p>
178178
This fix must be done in a Codespace,
179-
not GitHub.dev.
179+
not VSCode.dev/GitHub.
180180
</p>
181181
</warning>
182182
<note>

source/ch-website.ptx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ to <xref ref="sec-using-a-template"/> to create a portfolio website
1818
without using HTML.)
1919
</p>
2020
<p>
21-
Use <c>GitHub.dev</c> (<xref ref="opening-github-dev"/>)
21+
Use <c>VSCode.dev/GitHub</c> (<xref ref="opening-github-dev"/>)
2222
to create three files in the root of a new or existing repository.
2323
<ul>
2424
<li>
@@ -47,7 +47,7 @@ section, but for now add the following content:
4747
Download
4848
<dataurl source="git-branches.png"><c>git-branches.png</c></dataurl>
4949
(used for <xref ref="fig-git-branches"/>)
50-
and upload it to <c>GitHub.dev</c>.
50+
and upload it to <c>VSCode.dev/GitHub</c>.
5151
</p>
5252
</li>
5353
</ul>
@@ -94,7 +94,7 @@ or private.
9494
</li>
9595
<li>
9696
<p>
97-
<c>GitHub.dev</c> is where you can make changes to your repository
97+
<c>VSCode.dev/GitHub</c> is where you can make changes to your repository
9898
through your web browser. This is private to you and you must commit
9999
and push your changes to the <c>GitHub.com</c> repository every so often.
100100
(See also <xref ref="sec-github-pages-codespace"/>.)
@@ -223,7 +223,7 @@ an orange dot (in progress), a green checkmark
223223
Now that you have the template website hosted by GitHub Pages, you of course
224224
will want to customize it to yourself. For this book, I'll get you started by
225225
handling a few of the obvious first steps, assuming you're
226-
using the <c>GitHub.dev</c> service (<xref ref="opening-github-dev"/>).
226+
using the <c>VSCode.dev/GitHub</c> service (<xref ref="opening-github-dev"/>).
227227
</p>
228228
</introduction>
229229
<subsection xml:id="subsec-posts-and-pages-config">
@@ -374,7 +374,7 @@ your changes
374374
(<xref ref="note-commit-sync"/>).
375375
</p>
376376
<p>
377-
Personally, I use <c>GitHub.dev</c> (or even just the
377+
Personally, I use <c>VSCode.dev/GitHub</c> (or even just the
378378
<c>GitHub.com</c> edit button) rather than a full
379379
Codespace when adding a quick post or making a quick edit on
380380
many of my GitHub Pages websites. But the Codespace option is very

0 commit comments

Comments
 (0)