Skip to main content

Getting Started with PreTeXt

Section Part 10. Coming Back Later

The whole setup you just built is now waiting for you whenever you want to return to it.
  1. Go to github.com and log in.
  2. Click your repository in the list on the left (or navigate directly to github.com/YOUR-USERNAME/YOUR-REPO-NAME).
  3. Click the green < > Code button, switch to the Codespaces tab, and click your existing codespace to resume it. Do not create a new codespace every time, that will waste your free hours and leave you with unrelated environments.
  4. Resuming takes about 30 seconds. Your files and any in-progress edits will be there.

A note on Codespace recycling.

Unused Codespaces get deleted after about a month of inactivity. This sounds scary but only affects the environment, not your files: everything you’ve committed and synced is permanently safe on github.com. If your Codespace disappears, just create a fresh one on the same repository, and all your source will reappear. The lesson: commit often.