Update all files to use {% data %} (#15253)
* Add back changes from prior to purge * Manually fix some invalid Liquid * Updoot render-content * Improve test messages to show correct output * Run el scripto * Pass the remaining test
This commit is contained in:
@@ -3,35 +3,35 @@ title: Create a repo
|
||||
redirect_from:
|
||||
- /create-a-repo/
|
||||
- /articles/create-a-repo
|
||||
intro: 'To put your project up on {{ site.data.variables.product.product_location }}, you''ll need to create a repository for it to live in.'
|
||||
intro: 'To put your project up on {% data variables.product.product_location %}, you''ll need to create a repository for it to live in.'
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
enterprise-server: '*'
|
||||
---
|
||||
|
||||
You can store a variety of projects in {{ site.data.variables.product.product_name }} repositories, including open source projects. With [open source projects](http://opensource.org/about), you can share code to make better, more reliable software.
|
||||
You can store a variety of projects in {% data variables.product.product_name %} repositories, including open source projects. With [open source projects](http://opensource.org/about), you can share code to make better, more reliable software.
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** You can create public repositories for an open source project. When creating your public repository, make sure to include a [license file](http://choosealicense.com/) that determines how you want your project to be shared with others. {{ site.data.reusables.open-source.open-source-guide-repositories }} {{ site.data.reusables.open-source.open-source-learning-lab }}
|
||||
**Note:** You can create public repositories for an open source project. When creating your public repository, make sure to include a [license file](http://choosealicense.com/) that determines how you want your project to be shared with others. {% data reusables.open-source.open-source-guide-repositories %} {% data reusables.open-source.open-source-learning-lab %}
|
||||
|
||||
{% endnote %}
|
||||
|
||||
{{ site.data.reusables.repositories.create_new }}
|
||||
{% data reusables.repositories.create_new %}
|
||||
2. Type a short, memorable name for your repository. For example, "hello-world".
|
||||

|
||||
3. Optionally, add a description of your repository. For example, "My first repository on {{ site.data.variables.product.product_name }}."
|
||||
3. Optionally, add a description of your repository. For example, "My first repository on {% data variables.product.product_name %}."
|
||||

|
||||
{{ site.data.reusables.repositories.choose-repo-visibility }}
|
||||
{{ site.data.reusables.repositories.initialize-with-readme }}
|
||||
{{ site.data.reusables.repositories.create-repo }}
|
||||
{% data reusables.repositories.choose-repo-visibility %}
|
||||
{% data reusables.repositories.initialize-with-readme %}
|
||||
{% data reusables.repositories.create-repo %}
|
||||
|
||||
Congratulations! You've successfully created your first repository, and initialized it with a *README* file.
|
||||
|
||||
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
|
||||
{% tip %}
|
||||
|
||||
**Tip**: You can also create repositories using the {{ site.data.variables.product.prodname_cli }}. For more information, see "[`gh repo create`](https://cli.github.com/manual/gh_repo_create)" in the {{ site.data.variables.product.prodname_cli }} documentation.
|
||||
**Tip**: You can also create repositories using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo create`](https://cli.github.com/manual/gh_repo_create)" in the {% data variables.product.prodname_cli %} documentation.
|
||||
|
||||
{% endtip %}
|
||||
{% endif %}
|
||||
@@ -49,19 +49,19 @@ Let's commit a change to the *README* file.
|
||||
2. Above the file's content, click {% octicon "pencil" aria-label="The edit icon" %}.
|
||||
3. On the **Edit file** tab, type some information about yourself.
|
||||

|
||||
{{ site.data.reusables.files.preview_change }}
|
||||
{% data reusables.files.preview_change %}
|
||||
5. Review the changes you made to the file. You'll see the new content in green.
|
||||

|
||||
{{ site.data.reusables.files.write_commit_message }}
|
||||
{{ site.data.reusables.files.choose_commit_branch }}
|
||||
{{ site.data.reusables.files.propose_file_change }}
|
||||
{% data reusables.files.write_commit_message %}
|
||||
{% data reusables.files.choose_commit_branch %}
|
||||
{% data reusables.files.propose_file_change %}
|
||||
|
||||
### Celebrate
|
||||
|
||||
Congratulations! You have now created a repository, including a *README* file, and created your first commit on {{ site.data.variables.product.product_location }}. What do you want to do next?
|
||||
Congratulations! You have now created a repository, including a *README* file, and created your first commit on {% data variables.product.product_location %}. What do you want to do next?
|
||||
|
||||
- "[Set up Git](/articles/set-up-git)"
|
||||
- **Create a repository**
|
||||
- "[Fork a repository](/articles/fork-a-repo)"
|
||||
- "[Be social](/articles/be-social)"
|
||||
- {{ site.data.reusables.support.connect-in-the-forum-bootcamp }}
|
||||
- {% data reusables.support.connect-in-the-forum-bootcamp %}
|
||||
|
||||
Reference in New Issue
Block a user