Skip to content

Commit 8c8dcc9

Browse files
author
Ramya Parimi
authored
Merge pull request #9132 from zezrum/patch-2
Update deep-dive.md
2 parents bddc9ae + 23a4de5 commit 8c8dcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/codespaces/getting-started/deep-dive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Git is available by default in your codespace and so you can rely on your existi
8383

8484
![Running git status in Codespaces Terminal](/assets/images/help/codespaces/git-status.png)
8585

86-
You can create a codespace from any branch, commit, or pull request in your project. Because {% data variables.product.prodname_codespaces %} is designed to be ephemeral, you can use it as an isolated environment to experiment, check a teammate's pull request, or fix merge conflicts. While you can only create one codespace for each branch, you can switch to a new or existing branch within your codespace.
86+
You can create a codespace from any branch, commit, or pull request in your project, or you can switch to a new or existing branch from within your active codespace. Because {% data variables.product.prodname_codespaces %} is designed to be ephemeral, you can use it as an isolated environment to experiment, check a teammate's pull request, or fix merge conflicts. You can create more than one codespace per repository or even per branch. However, each user account has a limit of 10 codespaces. If you've reached the limit and want to create a new codespace, you must delete a codespace first.
8787

8888
{% note %}
8989

0 commit comments

Comments
 (0)