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: source/ch-coding.ptx
+42-12Lines changed: 42 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -296,10 +296,11 @@ there is the option to pay for additional resources.
296
296
<p>
297
297
As a mathematician
298
298
who almost exclusively uses GitHub Codespaces for doing the kinds
299
-
of work described in this handbook,
300
-
I've found that I often approach the quota provided
301
-
for Pro users, but have
302
-
not yet exceeded it. I accomplish this by being sure to not run
299
+
of work described in this handbook (and does so for much longer
300
+
periods of time than a tpyical mathematician),
301
+
I've only surpassed GitHub's free quota on the rare occassion
302
+
(and when I do, I've paid only \$2-\$6 per month).
303
+
I accomplish this by halting
303
304
my Codespaces when I'm not actively working on them.
304
305
</p>
305
306
<notexml:id="note-manage-codespaces">
@@ -326,14 +327,43 @@ A deleted Codespace can always be recreated later based upon your most
326
327
recent commit.
327
328
</p>
328
329
</note>
329
-
<p>Putting it all together, we have seen three ways to access files on your repo.
330
-
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>
0 commit comments