Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2-codespace-lifecycle.md #73

Open
wants to merge 1 commit into
base: github-codespaces
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion github/github-codespaces/includes/2-codespace-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ Similar to Codespaces, you can also utilize github.dev.
It is important that you understand the differences between the two types of coding software before you choose which is the best fit for you or your organization.

Let’s review the difference between the two in the next section.
GitHub.dev vs GitHub Codespace

## GitHub Codespace vs GitHub.dev

The github.dev editor introduces a lightweight editing experience that runs entirely in your browser. With the github.dev editor, you can navigate files and source code repositories from GitHub, and make and commit code changes. You can open any repository, fork, or pull request in the editor.

Both github.dev and GitHub Codespaces allow you to edit your code straight from your repository. However, both have slightly different benefits, depending on your use case.

## Codespace vs. github.dev
Expand Down