Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenClontz committed Aug 8, 2024
1 parent d6f6728 commit f2173f4
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions source/ch-coding.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,17 @@ A deleted Codespace can always be recreated later based upon your most
recent commit.
</p>
</note>
<p>Putting it all together, we have seen three ways to access files on your repo.
Going from the least easy to edit to the most editable we have: <c>GitHub.com</c>, <c>GitHub.dev</c>, <c>random-codespace-string.github.dev</c>. Here is what these environments look like.</p>
<figure xml:id="fig-faces-of-github">
<image width="100%" source="screenshots/github-com.png"/>
<image width="100%" source="screenshots/github-dev.png"/>
<image width="100%" source="screenshots/github-codespace.png"/>
<caption>Repo from different points of view.</caption>
</figure>
<p>
Putting it all together, we have seen three ways to access files on your repo.
Going from the least easy to edit to the most editable we have: <c>GitHub.com</c>,
<c>GitHub.dev</c>, <c>random-codespace-string.github.dev</c>.
Here is what these environments look like.
</p>
<figure xml:id="fig-faces-of-github">
<image width="100%" source="screenshots/github-com.png"/>
<image width="100%" source="screenshots/github-dev.png"/>
<image width="100%" source="screenshots/github-codespace.png"/>
<caption>Repo from different points of view.</caption>
</figure>
</section>
</chapter>

0 comments on commit f2173f4

Please sign in to comment.