From the course: Learning GitHub

Unlock the full course today

Join today to access over 24,000 courses taught by industry experts.

What is Codespaces?

What is Codespaces?

- [Instructor] GitHub Codespaces is one of the last features that GitHub added to its catalog of awesome products. Basically, it's a fully customizable cloud development environment. It means that you can access to your environment from everywhere. You need just a browser or an ID that Supports Codespaces like Visual Studio Code or Visual Studio 2022. You can customize your environment with a configuration file directly in your repository and you can export the configuration for reusing the same settings in multiple projects and repositories. You can run your Codespace in a very different virtual machine from two cores up to 32 cores. You can create a Codespace for any branch in your repository and start work on it using its clouds basic resources. Each user can access only their own Codespaces. It means that every user in the repository have their own Codespace with the same configuration but each user has his…

Contents