1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Fix trailing spaces in content and data (#37904)

This commit is contained in:
Grace Park
2023-06-23 10:45:10 -07:00
committed by GitHub
parent 07dcb8c294
commit cbda3f2434
369 changed files with 642 additions and 641 deletions

View File

@@ -19,13 +19,13 @@ By default, your codespaces have access to all resources on the public internet,
There are currently two methods of accessing resources on a private network within {% data variables.product.prodname_github_codespaces %}.
- Using a {% data variables.product.prodname_cli %} extension to configure your local machine as a gateway to remote resources.
- Using a VPN.
- Using a VPN.
### Using the GitHub CLI extension to access remote resources
{% note %}
**Note**: The {% data variables.product.prodname_cli %} extension is currently in beta and subject to change.
**Note**: The {% data variables.product.prodname_cli %} extension is currently in beta and subject to change.
{% endnote %}

View File

@@ -60,7 +60,7 @@ If you make a commit from the command line, you will see a prompt asking if you
{% note %}
**Notes:**
**Notes:**
- If you delete your fork repository, then any codespaces linked to the fork are deleted, even if you originally created them from the upstream repository.
- If you make a commit from the command line and refuse the new fork by entering `n`, you should push your changes from the command line rather than from {% data variables.product.prodname_vscode_shortname %}'s Source Control view. If you use the Source Control view, {% data variables.product.prodname_vscode_shortname %} will still try to create a fork for you on push.