Skip to content

Instantly share code, notes, and snippets.

@lcenchew
Last active June 3, 2023 07:19
Show Gist options
  • Save lcenchew/690303a4e560c5a2b413817588681404 to your computer and use it in GitHub Desktop.
Save lcenchew/690303a4e560c5a2b413817588681404 to your computer and use it in GitHub Desktop.
Notes - Codespaces #notes

Codespaces

How it works

  • Deep dive into GitHub Codespaces
  • folder
    • Repository is cloned into the /workspaces directory in the codespace. (folder structure)
    • /workspaces - persistent directory mounted into the container. Any changes preserved when the codespace stop and start, and when container is rebuilt.
    • other folders - preserved when codespace stop and start , but are not preserved when container rebuilt

🔼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment