Remove GHAE in Liquid and front matter (6) (#48771)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user