1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Remove GHAE in Liquid and front matter (6) (#48771)

This commit is contained in:
Peter Bengtsson
2024-01-22 08:21:46 -05:00
committed by GitHub
parent a8e7ff39aa
commit 15c8f4b020
40 changed files with 56 additions and 56 deletions

View File

@@ -26,7 +26,7 @@ For purposes of demonstration, we'll use:
- An external account named **extuser**
- An external Git host named `https://external-host.com`
- A {% data variables.product.product_name %} personal account named **ghuser**
- A repository on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %} named **repo.git**
- A repository on {% data variables.location.product_location %} named **repo.git**
{% endtip %}
@@ -43,7 +43,7 @@ For purposes of demonstration, we'll use:
```shell
$ cd REPO.git
$ git push --mirror https://{% data variables.command_line.codeblock %}/USER/REPO.git
# Pushes the mirror to the new repository on {% ifversion ghae %}{% data variables.product.product_name %}{% else %}{% data variables.location.product_location %}{% endif %}
# Pushes the mirror to the new repository on {% data variables.location.product_location %}
```
1. Remove the temporary local repository.