QuickStart For Codespaces
QuickStart For Codespaces
Codespaces is available for organizations using GitHub Team or GitHub Enterprise Cloud. For
more information, see "GitHub's products."
Introduction
In this guide, you'll create a codespace from a template repository and explore some
of the essential features available to you within the codespace.
From this quickstart, you will learn how to create a codespace, connect to a
forwarded port to view your running application, use version control in a codespace,
and personalize your setup with extensions.
1. Since this example uses a Node.js project, start the application by entering
npm run dev in the terminal. This command executes the dev script in the
package.json file and starts up the web application defined in the sample
repository.
4. To commit your staged changes, click the check mark at the top the source
control side bar.
You can push the changes you've made. This applies those changes to the
upstream branch on the remote repository. You might want to do this if you're
not yet ready to create a pull request, or if you prefer to create a pull request
on GitHub.
5. At the top of the side bar, click the ellipsis (...).
4. Changes you make to your editor setup in the current codespace, such as
theme and keyboard bindings, are synced automatically via Settings Sync to
any other codespaces you open and any instances of Visual Studio Code that
are signed into your GitHub account.