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

Fix multiple blank lines in content and data (#37909)

This commit is contained in:
Grace Park
2023-06-22 09:54:36 -07:00
committed by GitHub
parent 88ec8b0336
commit 6ff9dc21a8
326 changed files with 4 additions and 406 deletions

View File

@@ -31,9 +31,6 @@ There are currently two methods of accessing resources on a private network with
The {% data variables.product.prodname_cli %} extension allows you to create a bridge between a codespace and your local machine, so that the codespace can access any remote resource that is accessible from your machine. The codespace uses your local machine as a network gateway to reach those resources. For more information, see "[Using {% data variables.product.prodname_cli %} to access remote resources](https://github.com/github/gh-net#codespaces-network-bridge)."
### Using a VPN to access resources behind a private network
As an alternative to the {% data variables.product.prodname_cli %} extension, you can use a VPN to access resources behind a private network from within your codespace.

View File

@@ -92,7 +92,6 @@ You can use {% data variables.product.prodname_cli %} to delete several or all o
{% endvscode %}
{% cli %}
You can delete several or all of your codespaces with a single command, using `gh codespace delete` followed by one of these flags:

View File

@@ -102,7 +102,6 @@ By default, {% data variables.product.prodname_github_codespaces %} forwards por
{% endvscode %}
{% cli %}
{% data reusables.cli.cli-learn-more %}

View File

@@ -125,7 +125,6 @@ For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-re
{% endtip %}
## Committing your changes
1. At the right side of the navigation bar, click the check mark.