1
0
mirror of synced 2025-12-21 10:57:10 -05:00

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:
Jason Etcovitch
2020-09-29 16:01:04 -04:00
committed by GitHub
parent aa5a62d49d
commit caaee7a124
14816 changed files with 100317 additions and 100247 deletions

View File

@@ -29,10 +29,10 @@ Organization members can have *owner*{% if currentVersion == "free-pro-team@late
*Enterprise owners* have ultimate power over the enterprise account and can take every action in the enterprise account. *Billing managers* can manage your enterprise account's billing settings. Members and outside collaborators of organizations owned by your enterprise account are automatically members of the enterprise account, although they have no access to the enterprise account itself or its settings. For more information, see "[Roles for an enterprise account](/articles/roles-for-an-enterprise-account)."
{{ site.data.reusables.gated-features.enterprise-accounts }}
{% data reusables.gated-features.enterprise-accounts %}
{% endif %}
### Further reading
- "[Types of {{ site.data.variables.product.prodname_dotcom }} accounts](/articles/types-of-github-accounts)"
- "[Types of {% data variables.product.prodname_dotcom %} accounts](/articles/types-of-github-accounts)"

View File

@@ -3,7 +3,7 @@ title: Be social
redirect_from:
- /be-social/
- /articles/be-social
intro: 'You can interact with people, repositories, and organizations on {{ site.data.variables.product.prodname_dotcom }}. See what others are working on and who they''re connecting with from your personal dashboard.'
intro: 'You can interact with people, repositories, and organizations on {% data variables.product.prodname_dotcom %}. See what others are working on and who they''re connecting with from your personal dashboard.'
versions:
free-pro-team: '*'
enterprise-server: '*'
@@ -13,7 +13,7 @@ To learn about accessing your personal dashboard, see "[About your personal dash
### Following people
When you follow someone on {{ site.data.variables.product.product_location }}, you'll get notifications on your personal dashboard about their activity. For more information, see "[About your personal dashboard](/articles/about-your-personal-dashboard)."
When you follow someone on {% data variables.product.product_location %}, you'll get notifications on your personal dashboard about their activity. For more information, see "[About your personal dashboard](/articles/about-your-personal-dashboard)."
Click **Follow** on a person's profile page to follow them.
@@ -29,7 +29,7 @@ Click **Watch** at the top of a repository to watch it.
### Joining the conversation
{{ site.data.reusables.support.ask-and-answer-forum }}
{% data reusables.support.ask-and-answer-forum %}
### Doing even more
@@ -51,13 +51,13 @@ Organizations are shared accounts where businesses and open-source projects can
![Switch account context dropdown](/assets/images/help/overview/dashboard-contextswitcher.png)
#### Exploring other projects on {{ site.data.variables.product.prodname_dotcom }}
#### Exploring other projects on {% data variables.product.prodname_dotcom %}
Discover interesting projects using {{ site.data.variables.explore.explore_github }}, [Explore repositories](https://github.com/explore), and the {{ site.data.variables.explore.trending_page }}. Star interesting projects and come back to them later. Visit your {{ site.data.variables.explore.your_stars_page }} to see all your starred projects. For more information, see "[About your personal dashboard](/articles/about-your-personal-dashboard/)."
Discover interesting projects using {% data variables.explore.explore_github %}, [Explore repositories](https://github.com/explore), and the {% data variables.explore.trending_page %}. Star interesting projects and come back to them later. Visit your {% data variables.explore.your_stars_page %} to see all your starred projects. For more information, see "[About your personal dashboard](/articles/about-your-personal-dashboard/)."
### Celebrate
You're now connected to the {{ site.data.variables.product.product_name }} community. What do you want to do next?
You're now connected to the {% data variables.product.product_name %} community. What do you want to do next?
![Star a project](/assets/images/help/stars/star-a-project.png)
@@ -65,4 +65,4 @@ You're now connected to the {{ site.data.variables.product.product_name }} commu
- [Create a repository](/articles/create-a-repo)
- [Fork a repository](/articles/fork-a-repo)
- **Be social**
- {{ site.data.reusables.support.connect-in-the-forum-bootcamp }}
- {% data reusables.support.connect-in-the-forum-bootcamp %}

View File

@@ -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".
![Field for entering a repository name](/assets/images/help/repository/create-repository-name.png)
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 %}."
![Field for entering a repository description](/assets/images/help/repository/create-repository-desc.png)
{{ 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.
![New content in file](/assets/images/help/repository/edit-readme-light.png)
{{ 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.
![File preview view](/assets/images/help/repository/create-commit-review.png)
{{ 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 %}

View File

@@ -7,9 +7,9 @@ versions:
free-pro-team: '*'
---
### {{ site.data.variables.product.prodname_dotcom }}'s release cycle
### {% data variables.product.prodname_dotcom %}'s release cycle
{{ site.data.variables.product.product_name }}'s products and features can go through multiple release phases.
{% data variables.product.product_name %}'s products and features can go through multiple release phases.
| Phase | Description |
|-------|-------------|

View File

@@ -45,7 +45,7 @@ If you have a GitHub account, create a new organization on our [team plan page](
### How can I compare which features are in each plan?
You can see pricing and a full list of features for each product at <{{ site.data.variables.product.pricing_url }}>.
You can see pricing and a full list of features for each product at <{% data variables.product.pricing_url %}>.
### How long will GitHub Free allow unlimited collaborators?
@@ -57,7 +57,7 @@ Customers who are currently paying annually for Pro and Team plans and signed up
### What is the difference between GitHub Free for individual developers and GitHub Free for organizations?
For details on the differences for each GitHub Free product, see "[{{ site.data.variables.product.prodname_dotcom }}'s products](/articles/github-s-products)."
For details on the differences for each GitHub Free product, see "[{% data variables.product.prodname_dotcom %}'s products](/articles/github-s-products)."
### How can I get more Actions minutes if I need more than allocated in the GitHub Team plan?
@@ -65,7 +65,7 @@ Most small teams use fewer than 3,000 Actions minutes/month, but some teams migh
### How do the seat limit changes affect me?
Now that {{ site.data.variables.product.prodname_team }} has no minimum seat requirement, if you are using fewer than five seats in your organization, you can remove paid seats to reduce your bill. For more information, see "[Downgrading your {{ site.data.variables.product.prodname_dotcom }} subscription](/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-your-github-subscription#removing-paid-seats-from-your-organization)."
Now that {% data variables.product.prodname_team %} has no minimum seat requirement, if you are using fewer than five seats in your organization, you can remove paid seats to reduce your bill. For more information, see "[Downgrading your {% data variables.product.prodname_dotcom %} subscription](/github/setting-up-and-managing-billing-and-payments-on-github/downgrading-your-github-subscription#removing-paid-seats-from-your-organization)."
### Is anything changing for teams on the GitHub Team for Open Source plan?

View File

@@ -1,6 +1,6 @@
---
title: Finding ways to contribute to open source on GitHub
intro: 'You can find ways to contribute to open source projects on {{ site.data.variables.product.product_name }} that are relevant to you.'
intro: 'You can find ways to contribute to open source projects on {% data variables.product.product_name %} that are relevant to you.'
redirect_from:
- /articles/where-can-i-find-open-source-projects-to-work-on/
- /articles/finding-interesting-projects-on-github/
@@ -16,21 +16,21 @@ versions:
If there's a particular topic that interests you, visit `github.com/topics/<topic>`. For example, if you are interested in machine learning, you can find relevant projects and good first issues by visiting https://github.com/topics/machine-learning. You can browse popular topics by visiting [Topics](https://github.com/topics). You can also search for repositories that match a topic you're interested in. For more information, see "[Searching for repositories](/articles/searching-for-repositories#search-by-topic)."
If you've been active on {{ site.data.variables.product.product_name }}, you can find personalized recommendations for projects and good first issues based on your past contributions, stars, and other activities in [Explore](https://github.com/explore). You can also sign up for the Explore newsletter to receive emails about opportunities to contribute to {{ site.data.variables.product.product_name }} based on your interests. To sign up, see [Explore email newsletter](https://github.com/explore/subscribe).
If you've been active on {% data variables.product.product_name %}, you can find personalized recommendations for projects and good first issues based on your past contributions, stars, and other activities in [Explore](https://github.com/explore). You can also sign up for the Explore newsletter to receive emails about opportunities to contribute to {% data variables.product.product_name %} based on your interests. To sign up, see [Explore email newsletter](https://github.com/explore/subscribe).
Keep up with recent activity from repositories you watch and people you follow in the "All activity" section of your personal dashboard. For more information, see "[About your personal dashboard](/articles/about-your-personal-dashboard)."
{{ site.data.reusables.support.ask-and-answer-forum }}
{% data reusables.support.ask-and-answer-forum %}
### Finding good first issues
If you already know what project you want to work on, you can find beginner-friendly issues in that repository by visiting `github.com/<owner>/<repository>/contribute`. For an example, you can find ways to make your first contribution to `electron/electron` at https://github.com/electron/electron/contribute.
### Open source projects with mirrors on {{ site.data.variables.product.prodname_dotcom }}
### Open source projects with mirrors on {% data variables.product.prodname_dotcom %}
Some open-source projects provide mirrors on {{ site.data.variables.product.prodname_dotcom_the_website }} in addition to their official repositories, which are hosted elsewhere.
Some open-source projects provide mirrors on {% data variables.product.prodname_dotcom_the_website %} in addition to their official repositories, which are hosted elsewhere.
Here are a few prominent repositories that are mirrored on {{ site.data.variables.product.prodname_dotcom_the_website }}:
Here are a few prominent repositories that are mirrored on {% data variables.product.prodname_dotcom_the_website %}:
- [android](https://github.com/android)
- [The Apache Software Foundation](https://github.com/apache)
@@ -42,7 +42,7 @@ Here are a few prominent repositories that are mirrored on {{ site.data.variable
- [The Linux kernel source tree](https://github.com/torvalds/linux)
- [Qt](https://github.com/qt)
To set up your own mirror, you can configure [a post-receive hook](https://git-scm.com/book/en/Customizing-Git-Git-Hooks) on your official project repository to automatically push commits to a mirror repository on {{ site.data.variables.product.product_name }}.
To set up your own mirror, you can configure [a post-receive hook](https://git-scm.com/book/en/Customizing-Git-Git-Hooks) on your official project repository to automatically push commits to a mirror repository on {% data variables.product.product_name %}.
You can search repositories based on whether they're a mirror. To learn more, see "[Searching for repositories](/articles/searching-for-repositories/#search-based-on-whether-a-repository-is-a-mirror)."

View File

@@ -1,6 +1,6 @@
---
title: Following people
intro: 'You can follow people on {{ site.data.variables.product.product_name }} to receive notifications about their activity{% if currentVersion == "free-pro-team@latest" %} and discover projects in their communities{% endif %}.'
intro: 'You can follow people on {% data variables.product.product_name %} to receive notifications about their activity{% if currentVersion == "free-pro-team@latest" %} and discover projects in their communities{% endif %}.'
redirect_from:
- /articles/following-people
versions:
@@ -8,7 +8,7 @@ versions:
enterprise-server: '*'
---
When you follow people, you'll see their public activity in the activity view of your news feed.{% if currentVersion == "free-pro-team@latest" %} If someone you follow stars a public repository, {{ site.data.variables.product.product_name }} may recommend the repository to you in the discovery view of your news feed.{% endif %} To follow someone, visit their profile page and click **Follow** under their profile image.
When you follow people, you'll see their public activity in the activity view of your news feed.{% if currentVersion == "free-pro-team@latest" %} If someone you follow stars a public repository, {% data variables.product.product_name %} may recommend the repository to you in the discovery view of your news feed.{% endif %} To follow someone, visit their profile page and click **Follow** under their profile image.
![Follow user button](/assets/images/help/profile/follow-user-button.png)
@@ -18,5 +18,5 @@ To stop following someone, visit their profile page and click **Unfollow** under
### Further reading
- "[Saving repositories with stars](/articles/saving-repositories-with-stars/)"
- "[Finding ways to contribute to open source on {{ site.data.variables.product.prodname_dotcom }}](/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github)"
- "[Finding ways to contribute to open source on {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github)"
{% endif %}

View File

@@ -26,18 +26,18 @@ Open source software is based on the idea that by sharing code, we can make bett
When creating your public repository from a fork of someone's project, make sure to include a license file that determines how you want your project to be shared with others. For more information, see "[Choose an open source license](http://choosealicense.com/)" at choosealicense.
{{ site.data.reusables.open-source.open-source-guide-repositories }} {{ site.data.reusables.open-source.open-source-learning-lab }}
{% data reusables.open-source.open-source-guide-repositories %} {% data reusables.open-source.open-source-learning-lab %}
{% note %}
**Note**: {{ site.data.reusables.repositories.desktop-fork }}
**Note**: {% data reusables.repositories.desktop-fork %}
{% endnote %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
**Tip**: You can also fork a repository using the {{ site.data.variables.product.prodname_cli }}. For more information, see "[`gh repo fork`](https://cli.github.com/manual/gh_repo_fork)" in the {{ site.data.variables.product.prodname_cli }} documentation.
**Tip**: You can also fork a repository using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo fork`](https://cli.github.com/manual/gh_repo_fork)" in the {% data variables.product.prodname_cli %} documentation.
{% endtip %}
{% endif %}
@@ -46,7 +46,7 @@ When creating your public repository from a fork of someone's project, make sure
Forking a repository is a simple two-step process. We've created a repository for you to practice with.
1. On {{ site.data.variables.product.product_location }}, navigate to the [octocat/Spoon-Knife](https://github.com/octocat/Spoon-Knife) repository.
1. On {% data variables.product.product_location %}, navigate to the [octocat/Spoon-Knife](https://github.com/octocat/Spoon-Knife) repository.
2. In the top-right corner of the page, click **Fork**.
![Fork button](/assets/images/help/repository/fork_button.jpg)
@@ -56,24 +56,24 @@ You might fork a project to propose changes to the upstream, or original, reposi
#### Step 1: Set up Git
If you haven't yet, you should first [set up Git](/articles/set-up-git). Don't forget to [set up authentication to {{ site.data.variables.product.product_location }} from Git](/articles/set-up-git#next-steps-authenticating-with-github-from-git) as well.
If you haven't yet, you should first [set up Git](/articles/set-up-git). Don't forget to [set up authentication to {% data variables.product.product_location %} from Git](/articles/set-up-git#next-steps-authenticating-with-github-from-git) as well.
#### Step 2: Create a local clone of your fork
Right now, you have a fork of the Spoon-Knife repository, but you don't have the files in that repository on your computer. Let's create a clone of your fork locally on your computer.
1. On {{ site.data.variables.product.product_name }}, navigate to **your fork** of the Spoon-Knife repository.
{{ site.data.reusables.repositories.copy-clone-url }}
{{ site.data.reusables.command_line.open_the_multi_os_terminal }}
{{ site.data.reusables.command_line.change-current-directory-clone }}
4. Type `git clone`, and then paste the URL you copied earlier. It will look like this, with your {{ site.data.variables.product.product_name }} username instead of `YOUR-USERNAME`:
1. On {% data variables.product.product_name %}, navigate to **your fork** of the Spoon-Knife repository.
{% data reusables.repositories.copy-clone-url %}
{% data reusables.command_line.open_the_multi_os_terminal %}
{% data reusables.command_line.change-current-directory-clone %}
4. Type `git clone`, and then paste the URL you copied earlier. It will look like this, with your {% data variables.product.product_name %} username instead of `YOUR-USERNAME`:
```shell
$ git clone https://{{ site.data.variables.command_line.codeblock }}/<em>YOUR-USERNAME</em>/Spoon-Knife
$ git clone https://{% data variables.command_line.codeblock %}/<em>YOUR-USERNAME</em>/Spoon-Knife
```
5. Press **Enter**. Your local clone will be created.
```shell
$ git clone https://{{ site.data.variables.command_line.codeblock }}/<em>YOUR-USERNAME</em>/Spoon-Knife
$ git clone https://{% data variables.command_line.codeblock %}/<em>YOUR-USERNAME</em>/Spoon-Knife
> Cloning into `Spoon-Knife`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
@@ -87,9 +87,9 @@ Now, you have a local copy of your fork of the Spoon-Knife repository.
When you fork a project in order to propose changes to the original repository, you can configure Git to pull changes from the original, or upstream, repository into the local clone of your fork.
1. On {{ site.data.variables.product.product_name }}, navigate to the [octocat/Spoon-Knife](https://github.com/octocat/Spoon-Knife) repository.
{{ site.data.reusables.repositories.copy-clone-url }}
{{ site.data.reusables.command_line.open_the_multi_os_terminal }}
1. On {% data variables.product.product_name %}, navigate to the [octocat/Spoon-Knife](https://github.com/octocat/Spoon-Knife) repository.
{% data reusables.repositories.copy-clone-url %}
{% data reusables.command_line.open_the_multi_os_terminal %}
4. Change directories to the location of the fork you cloned in [Step 2: Create a local clone of your fork](#step-2-create-a-local-clone-of-your-fork).
- To go to your home directory, type just `cd` with no other text.
- To list the files and folders in your current directory, type `ls`.
@@ -98,22 +98,22 @@ When you fork a project in order to propose changes to the original repository,
5. Type `git remote -v` and press **Enter**. You'll see the current configured remote repository for your fork.
```shell
$ git remote -v
> origin https://{{ site.data.variables.command_line.codeblock }}/<em>YOUR_USERNAME</em>/<em>YOUR_FORK</em>.git (fetch)
> origin https://{{ site.data.variables.command_line.codeblock }}/<em>YOUR_USERNAME</em>/<em>YOUR_FORK</em>.git (push)
> origin https://{% data variables.command_line.codeblock %}/<em>YOUR_USERNAME</em>/<em>YOUR_FORK</em>.git (fetch)
> origin https://{% data variables.command_line.codeblock %}/<em>YOUR_USERNAME</em>/<em>YOUR_FORK</em>.git (push)
```
6. Type `git remote add upstream`, and then paste the URL you copied in Step 2 and press **Enter**. It will look like this:
```shell
$ git remote add upstream https://{{ site.data.variables.command_line.codeblock }}/octocat/Spoon-Knife.git
$ git remote add upstream https://{% data variables.command_line.codeblock %}/octocat/Spoon-Knife.git
```
7. To verify the new upstream repository you've specified for your fork, type `git remote -v` again. You should see the URL for your fork as `origin`, and the URL for the original repository as `upstream`.
```shell
$ git remote -v
> origin https://{{ site.data.variables.command_line.codeblock }}/<em>YOUR_USERNAME</em>/<em>YOUR_FORK</em>.git (fetch)
> origin https://{{ site.data.variables.command_line.codeblock }}/<em>YOUR_USERNAME</em>/<em>YOUR_FORK</em>.git (push)
> upstream https://{{ site.data.variables.command_line.codeblock }}/<em>ORIGINAL_OWNER</em>/<em>ORIGINAL_REPOSITORY</em>.git (fetch)
> upstream https://{{ site.data.variables.command_line.codeblock }}/<em>ORIGINAL_OWNER</em>/<em>ORIGINAL_REPOSITORY</em>.git (push)
> origin https://{% data variables.command_line.codeblock %}/<em>YOUR_USERNAME</em>/<em>YOUR_FORK</em>.git (fetch)
> origin https://{% data variables.command_line.codeblock %}/<em>YOUR_USERNAME</em>/<em>YOUR_FORK</em>.git (push)
> upstream https://{% data variables.command_line.codeblock %}/<em>ORIGINAL_OWNER</em>/<em>ORIGINAL_REPOSITORY</em>.git (fetch)
> upstream https://{% data variables.command_line.codeblock %}/<em>ORIGINAL_OWNER</em>/<em>ORIGINAL_REPOSITORY</em>.git (push)
```
Now, you can keep your fork synced with the upstream repository with a few Git commands. For more information, see "[Syncing a fork](/articles/syncing-a-fork)."
@@ -127,9 +127,9 @@ You can make any changes to a fork, including:
### Find another repository to fork
Fork a repository to start contributing to a project. {{ site.data.reusables.repositories.you-can-fork }}
Fork a repository to start contributing to a project. {% data reusables.repositories.you-can-fork %}
{% if currentVersion == "free-pro-team@latest" %}You can browse [Explore](https://github.com/explore) to find projects and start contributing to open source repositories. For more information, see "[Finding ways to contribute to open source on {{ site.data.variables.product.prodname_dotcom }}](/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github)."
{% if currentVersion == "free-pro-team@latest" %}You can browse [Explore](https://github.com/explore) to find projects and start contributing to open source repositories. For more information, see "[Finding ways to contribute to open source on {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github)."
{% endif %}
@@ -140,4 +140,4 @@ You have now forked a repository, practiced cloning your fork, and configured an
- "[Set up Git](/articles/set-up-git)"
- "[Create a repository](/articles/create-a-repo)"
- "[Be social](/articles/be-social)"
- {{ site.data.reusables.support.connect-in-the-forum-bootcamp }}
- {% data reusables.support.connect-in-the-forum-bootcamp %}

View File

@@ -4,7 +4,7 @@ redirect_from:
- /articles/good-resources-for-learning-git-and-github/
- /articles/what-are-other-good-resources-for-learning-git-and-github/
- /articles/git-and-github-learning-resources
intro: 'There are a lot of helpful Git and {{ site.data.variables.product.product_name }} resources on the web. This is a short list of our favorites!'
intro: 'There are a lot of helpful Git and {% data variables.product.product_name %} resources on the web. This is a short list of our favorites!'
versions:
free-pro-team: '*'
enterprise-server: '*'
@@ -14,46 +14,46 @@ versions:
Familiarize yourself with Git by visiting the [official Git project site](https://git-scm.com) and reading the [ProGit ebook](http://git-scm.com/book). You can review the [Git command list](https://git-scm.com/docs) or [Git command lookup reference](http://gitref.org) while using the [Try Git](https://try.github.com) simulator.
### Using {{ site.data.variables.product.product_name }}
### Using {% data variables.product.product_name %}
{% if currentVersion == "free-pro-team@latest" %}
{{ site.data.variables.product.prodname_learning }} offers free interactive courses that are built into {{ site.data.variables.product.prodname_dotcom }} with instant automated feedback and help. Learn to open your first pull request, make your first open source contribution, create a {{ site.data.variables.product.prodname_pages }} site, and more. For more information about course offerings, see [{{ site.data.variables.product.prodname_learning }}]({{ site.data.variables.product.prodname_learning_link }}).
{% data variables.product.prodname_learning %} offers free interactive courses that are built into {% data variables.product.prodname_dotcom %} with instant automated feedback and help. Learn to open your first pull request, make your first open source contribution, create a {% data variables.product.prodname_pages %} site, and more. For more information about course offerings, see [{% data variables.product.prodname_learning %}]({% data variables.product.prodname_learning_link %}).
{% endif %}
Become better acquainted with {{ site.data.variables.product.product_name }} through our [bootcamp](/categories/bootcamp/) articles. See our [{{ site.data.variables.product.prodname_dotcom }} flow](https://guides.github.com/introduction/flow) for a process introduction. Refer to our [overview guides](https://guides.github.com) to walk through basic concepts.
Become better acquainted with {% data variables.product.product_name %} through our [bootcamp](/categories/bootcamp/) articles. See our [{% data variables.product.prodname_dotcom %} flow](https://guides.github.com/introduction/flow) for a process introduction. Refer to our [overview guides](https://guides.github.com) to walk through basic concepts.
{{ site.data.reusables.support.ask-and-answer-forum }}
{% data reusables.support.ask-and-answer-forum %}
#### Branches, forks, and pull requests
Learn about [Git branching](http://learngitbranching.js.org/) using an interactive tool. Read about [forks](/articles/about-forks) and [pull requests](/articles/using-pull-requests) as well as [how we use pull requests](https://github.com/blog/1124-how-we-use-pull-requests-to-build-github) at {{ site.data.variables.product.prodname_dotcom }}.
Learn about [Git branching](http://learngitbranching.js.org/) using an interactive tool. Read about [forks](/articles/about-forks) and [pull requests](/articles/using-pull-requests) as well as [how we use pull requests](https://github.com/blog/1124-how-we-use-pull-requests-to-build-github) at {% data variables.product.prodname_dotcom %}.
Access quick references about the [command line](https://hub.github.com) as well as {{ site.data.variables.product.prodname_dotcom }} [checklists, cheat sheets, and more](https://services.github.com/on-demand/resources).
Access quick references about the [command line](https://hub.github.com) as well as {% data variables.product.prodname_dotcom %} [checklists, cheat sheets, and more](https://services.github.com/on-demand/resources).
#### Tune in
Our {{ site.data.variables.product.prodname_dotcom }} [YouTube Training and Guides channel](https://youtube.com/githubguides) offers tutorials about [pull requests](https://www.youtube.com/watch?v=d5wpJ5VimSU&list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-&index=19), [forking](https://www.youtube.com/watch?v=5oJHRbqEofs), [rebase](https://www.youtube.com/watch?v=SxzjZtJwOgo&list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-&index=22), and [reset](https://www.youtube.com/watch?v=BKPjPMVB81g) functions. Each topic is covered in 5 minutes or less.
Our {% data variables.product.prodname_dotcom %} [YouTube Training and Guides channel](https://youtube.com/githubguides) offers tutorials about [pull requests](https://www.youtube.com/watch?v=d5wpJ5VimSU&list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-&index=19), [forking](https://www.youtube.com/watch?v=5oJHRbqEofs), [rebase](https://www.youtube.com/watch?v=SxzjZtJwOgo&list=PLg7s6cbtAD15G8lNyoaYDuKZSKyJrgwB-&index=22), and [reset](https://www.youtube.com/watch?v=BKPjPMVB81g) functions. Each topic is covered in 5 minutes or less.
### Training
#### Free classes
{{ site.data.variables.product.product_name }} offers a series of interactive, [on-demand training courses](https://services.github.com/on-demand/) including {{ site.data.variables.product.prodname_dotcom }} 101: [Introduction](https://services.github.com/on-demand/intro-to-github/), {{ site.data.variables.product.prodname_dotcom }} 102: [GitHub Desktop](https://services.github.com/on-demand/github-desktop), and {{ site.data.variables.product.prodname_dotcom }} 103: [Command Line](https://services.github.com/on-demand/github-cli).
{% data variables.product.product_name %} offers a series of interactive, [on-demand training courses](https://services.github.com/on-demand/) including {% data variables.product.prodname_dotcom %} 101: [Introduction](https://services.github.com/on-demand/intro-to-github/), {% data variables.product.prodname_dotcom %} 102: [GitHub Desktop](https://services.github.com/on-demand/github-desktop), and {% data variables.product.prodname_dotcom %} 103: [Command Line](https://services.github.com/on-demand/github-cli).
#### {{ site.data.variables.product.prodname_dotcom }}'s web-based educational programs
#### {% data variables.product.prodname_dotcom %}'s web-based educational programs
{{ site.data.variables.product.prodname_dotcom }} offers live [trainings](https://services.github.com/#upcoming-events) with a hands-on, project-based approach for those who love the command line and those who don't.
{% data variables.product.prodname_dotcom %} offers live [trainings](https://services.github.com/#upcoming-events) with a hands-on, project-based approach for those who love the command line and those who don't.
#### Training for your company
{{ site.data.variables.product.prodname_dotcom }} offers [in-person classes](https://services.github.com/#offerings) taught by our highly-experienced educators. [Contact us](https://services.github.com/#contact) to ask your training-related questions.
{% data variables.product.prodname_dotcom %} offers [in-person classes](https://services.github.com/#offerings) taught by our highly-experienced educators. [Contact us](https://services.github.com/#contact) to ask your training-related questions.
### Extras
An interactive [online Git course](http://www.codeschool.com/courses/git-real) from [Code School](http://codeschool.com) has seven levels with dozens of exercises in a fun game format. Feel free to adapt our [.gitignore templates](https://github.com/github/gitignore) to meet your needs.
Extend your {{ site.data.variables.product.prodname_dotcom }} reach through {% if currentVersion == "free-pro-team@latest" %}[integrations](/articles/about-integrations){% else %}integrations{% endif %}, or by installing [{{ site.data.variables.product.prodname_desktop }}](https://desktop.github.com) and the robust [Atom](https://atom.io) text editor.
Extend your {% data variables.product.prodname_dotcom %} reach through {% if currentVersion == "free-pro-team@latest" %}[integrations](/articles/about-integrations){% else %}integrations{% endif %}, or by installing [{% data variables.product.prodname_desktop %}](https://desktop.github.com) and the robust [Atom](https://atom.io) text editor.
Learn how to launch and grow your open source project with the [Open Source Guides](https://opensource.guide/).

View File

@@ -1,27 +1,27 @@
---
title: GitHub CLI
intro: 'The {{ site.data.variables.product.prodname_cli }} is a command-line tool for using {{ site.data.variables.product.product_name }} features on your computer.'
intro: 'The {% data variables.product.prodname_cli %} is a command-line tool for using {% data variables.product.product_name %} features on your computer.'
versions:
free-pro-team: '*'
enterprise-server: '>2.19'
---
### About {{ site.data.variables.product.prodname_cli }}
### About {% data variables.product.prodname_cli %}
{{ site.data.variables.product.prodname_cli }} is an open source tool for using {{ site.data.variables.product.product_name }} from your computer's command line. When you're working from the command line, you can use the {{ site.data.variables.product.prodname_cli }} to save time and avoid switching context.
{% data variables.product.prodname_cli %} is an open source tool for using {% data variables.product.product_name %} from your computer's command line. When you're working from the command line, you can use the {% data variables.product.prodname_cli %} to save time and avoid switching context.
You can use the following {{ site.data.variables.product.prodname_dotcom }} features with the {{ site.data.variables.product.prodname_cli }}.
You can use the following {% data variables.product.prodname_dotcom %} features with the {% data variables.product.prodname_cli %}.
- View, create, clone, and fork repositories
- Create, close, and list issues and pull requests
- Review, diff, and merge pull requests
- Create, edit, list, and view gists
For more information about what you can do with {{ site.data.variables.product.prodname_cli }}, see the [{{ site.data.variables.product.prodname_cli }} manual](https://cli.github.com/manual).
For more information about what you can do with {% data variables.product.prodname_cli %}, see the [{% data variables.product.prodname_cli %} manual](https://cli.github.com/manual).
### Installing {{ site.data.variables.product.prodname_cli }}
### Installing {% data variables.product.prodname_cli %}
View installation instructions {{ site.data.variables.product.prodname_cli }} for macOS, Windows, and Linux on the [{{ site.data.variables.product.prodname_cli }} page](https://cli.github.com).
View installation instructions {% data variables.product.prodname_cli %} for macOS, Windows, and Linux on the [{% data variables.product.prodname_cli %} page](https://cli.github.com).
### Sharing feedback

View File

@@ -1,16 +1,16 @@
---
title: GitHub Desktop
intro: '{{ site.data.variables.product.prodname_desktop }} extends and simplifies your Git and {{ site.data.variables.product.prodname_dotcom }} workflow using a visual interface.'
intro: '{% data variables.product.prodname_desktop %} extends and simplifies your Git and {% data variables.product.prodname_dotcom %} workflow using a visual interface.'
versions:
free-pro-team: '*'
enterprise-server: '*'
---
### About {{ site.data.variables.product.prodname_desktop }}
### About {% data variables.product.prodname_desktop %}
{{ site.data.reusables.desktop.about-github-desktop }}
{% data reusables.desktop.about-github-desktop %}
For more information about {{ site.data.variables.product.prodname_desktop }}, see "[Installing and configuring {{ site.data.variables.product.prodname_desktop }}](/desktop/installing-and-configuring-github-desktop)" in the {{ site.data.variables.product.prodname_desktop }} documentation.
For more information about {% data variables.product.prodname_desktop %}, see "[Installing and configuring {% data variables.product.prodname_desktop %}](/desktop/installing-and-configuring-github-desktop)" in the {% data variables.product.prodname_desktop %} documentation.
### Sharing feedback

View File

@@ -1,45 +1,45 @@
---
title: GitHub for mobile
intro: 'Triage, collaborate, and manage your work on {{ site.data.variables.product.company_short }} from your mobile device.'
intro: 'Triage, collaborate, and manage your work on {% data variables.product.company_short %} from your mobile device.'
versions:
free-pro-team: '*'
---
### About {{ site.data.variables.product.prodname_mobile }}
### About {% data variables.product.prodname_mobile %}
{{ site.data.variables.product.prodname_mobile }} is currently available for {{ site.data.variables.product.prodname_dotcom_the_website }} users as an Android and iOS app.
{% data variables.product.prodname_mobile %} is currently available for {% data variables.product.prodname_dotcom_the_website %} users as an Android and iOS app.
{{ site.data.variables.product.prodname_mobile }} gives you a way to do high-impact work on {{ site.data.variables.product.prodname_dotcom }} quickly and from anywhere. {{ site.data.variables.product.prodname_mobile }} is a safe and secure way to access your {{ site.data.variables.product.prodname_dotcom }} data through a trusted, first-party client application.
{% data variables.product.prodname_mobile %} gives you a way to do high-impact work on {% data variables.product.prodname_dotcom %} quickly and from anywhere. {% data variables.product.prodname_mobile %} is a safe and secure way to access your {% data variables.product.prodname_dotcom %} data through a trusted, first-party client application.
With {{ site.data.variables.product.prodname_mobile }} you can:
With {% data variables.product.prodname_mobile %} you can:
- Manage, triage, and clear notifications
- Read, review, and collaborate on issues and pull requests
- Search for, browse, and interact with users, repositories, and organizations
- Receive a push notification when someone mentions your username
For more information about notifications for {{ site.data.variables.product.prodname_mobile }}, see "[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#enabling-push-notifications-with-github-for-mobile)."
For more information about notifications for {% data variables.product.prodname_mobile %}, see "[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#enabling-push-notifications-with-github-for-mobile)."
### Installing {{ site.data.variables.product.prodname_mobile }}
### Installing {% data variables.product.prodname_mobile %}
To install {{ site.data.variables.product.prodname_mobile }} for Android or iOS, see [{{ site.data.variables.product.prodname_mobile }}](https://github.com/mobile).
To install {% data variables.product.prodname_mobile %} for Android or iOS, see [{% data variables.product.prodname_mobile %}](https://github.com/mobile).
### Managing Universal Links for {{ site.data.variables.product.prodname_mobile }} on iOS
### Managing Universal Links for {% data variables.product.prodname_mobile %} on iOS
{{ site.data.variables.product.prodname_mobile }} automatically enables Universal Links for iOS. When you tap any {{ site.data.variables.product.product_name }} link, the destination URL will open in {{ site.data.variables.product.prodname_mobile }} instead of Safari. For more information, see [Universal Links](https://developer.apple.com/ios/universal-links/) on the Apple Developer site.
{% data variables.product.prodname_mobile %} automatically enables Universal Links for iOS. When you tap any {% data variables.product.product_name %} link, the destination URL will open in {% data variables.product.prodname_mobile %} instead of Safari. For more information, see [Universal Links](https://developer.apple.com/ios/universal-links/) on the Apple Developer site.
To disable Universal Links, long-press any {{ site.data.variables.product.prodname_dotcom }} link, then tap **Open**. Every time you tap a {{ site.data.variables.product.prodname_dotcom }} link in the future, the destination URL will open in Safari instead of {{ site.data.variables.product.prodname_mobile }}.
To disable Universal Links, long-press any {% data variables.product.prodname_dotcom %} link, then tap **Open**. Every time you tap a {% data variables.product.prodname_dotcom %} link in the future, the destination URL will open in Safari instead of {% data variables.product.prodname_mobile %}.
To re-enable Universal Links, long-press any {{ site.data.variables.product.prodname_dotcom }} link, then tap **Open in {{ site.data.variables.product.prodname_dotcom }}**.
To re-enable Universal Links, long-press any {% data variables.product.prodname_dotcom %} link, then tap **Open in {% data variables.product.prodname_dotcom %}**.
### Sharing feedback
If you have feedback or feature requests for {{ site.data.variables.product.prodname_mobile }}, you can email us at <a href="mailto:mobilefeedback@github.com">mobilefeedback@github.com</a>.
If you have feedback or feature requests for {% data variables.product.prodname_mobile %}, you can email us at <a href="mailto:mobilefeedback@github.com">mobilefeedback@github.com</a>.
### Opting out of beta releases for iOS
If you're testing a beta release of {{ site.data.variables.product.prodname_mobile }} for iOS using TestFlight, you can leave the beta at any time.
If you're testing a beta release of {% data variables.product.prodname_mobile %} for iOS using TestFlight, you can leave the beta at any time.
1. On your iOS device, open the TestFlight app.
2. Under "Apps", tap **{{ site.data.variables.product.prodname_dotcom }}**.
2. Under "Apps", tap **{% data variables.product.prodname_dotcom %}**.
3. At the bottom of the page, tap **Stop Testing**.

View File

@@ -1,6 +1,6 @@
---
title: GitHub glossary
intro: 'Below are a list of some Git and {{ site.data.variables.product.prodname_dotcom }} specific terms we use across our sites and documentation.'
intro: 'Below are a list of some Git and {% data variables.product.prodname_dotcom %} specific terms we use across our sites and documentation.'
redirect_from:
- /articles/github-glossary
versions:

View File

@@ -8,56 +8,56 @@ versions:
enterprise-server: '*'
---
{{ site.data.variables.product.prodname_dotcom }} offers free and paid products. You can see pricing and a full list of features for each product at <{{ site.data.variables.product.pricing_url }}>. {{ site.data.reusables.products.product-roadmap }}
{% data variables.product.prodname_dotcom %} offers free and paid products. You can see pricing and a full list of features for each product at <{% data variables.product.pricing_url %}>. {% data reusables.products.product-roadmap %}
### {{ site.data.variables.product.prodname_free_user }} for user accounts
### {% data variables.product.prodname_free_user %} for user accounts
With {{ site.data.variables.product.prodname_free_team }} for user accounts, you can work with unlimited collaborators on unlimited public repositories with a full feature set, and on unlimited private repositories with a limited feature set.
With {% data variables.product.prodname_free_team %} for user accounts, you can work with unlimited collaborators on unlimited public repositories with a full feature set, and on unlimited private repositories with a limited feature set.
With {{ site.data.variables.product.prodname_free_user }}, your user account includes:
- {{ site.data.variables.product.prodname_gcf }}
- {{ site.data.variables.product.prodname_dependabot_alerts }}
With {% data variables.product.prodname_free_user %}, your user account includes:
- {% data variables.product.prodname_gcf %}
- {% data variables.product.prodname_dependabot_alerts %}
- Two-factor authentication enforcement
- 2,000 {{ site.data.variables.product.prodname_actions }} minutes
- 500MB {{ site.data.variables.product.prodname_registry }} storage
- 2,000 {% data variables.product.prodname_actions %} minutes
- 500MB {% data variables.product.prodname_registry %} storage
### {{ site.data.variables.product.prodname_pro }}
### {% data variables.product.prodname_pro %}
In addition to the features available with {{ site.data.variables.product.prodname_free_user }} for user accounts, {{ site.data.variables.product.prodname_pro }} includes:
- {{ site.data.variables.contact.github_support }} via email
- 3,000 {{ site.data.variables.product.prodname_actions }} minutes
- 2GB {{ site.data.variables.product.prodname_registry }} storage
In addition to the features available with {% data variables.product.prodname_free_user %} for user accounts, {% data variables.product.prodname_pro %} includes:
- {% data variables.contact.github_support %} via email
- 3,000 {% data variables.product.prodname_actions %} minutes
- 2GB {% data variables.product.prodname_registry %} storage
- Advanced tools and insights in private repositories:
- Required pull request reviewers
- Multiple pull request reviewers
- Auto-linked references
- {{ site.data.variables.product.prodname_pages }}
- {% data variables.product.prodname_pages %}
- Wikis
- Protected branches
- Code owners
- Repository insights graphs: Pulse, contributors, traffic, commits, code frequency, network, and forks
### {{ site.data.variables.product.prodname_free_team }} for organizations
### {% data variables.product.prodname_free_team %} for organizations
With {{ site.data.variables.product.prodname_free_team }} for organizations, you can work with unlimited collaborators on unlimited public repositories with a full feature set, or unlimited private repositories with a limited feature set.
With {% data variables.product.prodname_free_team %} for organizations, you can work with unlimited collaborators on unlimited public repositories with a full feature set, or unlimited private repositories with a limited feature set.
In addition to the features available with {{ site.data.variables.product.prodname_free_user }} for user accounts, {{ site.data.variables.product.prodname_free_team }} for organizations includes:
- {{ site.data.variables.product.prodname_gcf }}
In addition to the features available with {% data variables.product.prodname_free_user %} for user accounts, {% data variables.product.prodname_free_team %} for organizations includes:
- {% data variables.product.prodname_gcf %}
- Team discussions
- Team access controls for managing groups
- 2,000 {{ site.data.variables.product.prodname_actions }} minutes
- 500MB {{ site.data.variables.product.prodname_registry }} storage
- 2,000 {% data variables.product.prodname_actions %} minutes
- 500MB {% data variables.product.prodname_registry %} storage
### {{ site.data.variables.product.prodname_team }}
### {% data variables.product.prodname_team %}
In addition to the features available with {{ site.data.variables.product.prodname_free_team }} for organizations, {{ site.data.variables.product.prodname_team}} includes:
- {{ site.data.variables.contact.github_support }} via email
- 3,000 {{ site.data.variables.product.prodname_actions }} minutes
- 2GB {{ site.data.variables.product.prodname_registry }} storage
In addition to the features available with {% data variables.product.prodname_free_team %} for organizations, {% data variables.product.prodname_team %} includes:
- {% data variables.contact.github_support %} via email
- 3,000 {% data variables.product.prodname_actions %} minutes
- 2GB {% data variables.product.prodname_registry %} storage
- Advanced tools and insights in private repositories:
- Required pull request reviewers
- Multiple pull request reviewers
- {{ site.data.variables.product.prodname_pages }}
- {% data variables.product.prodname_pages %}
- Wikis
- Protected branches
- Code owners
@@ -66,37 +66,37 @@ In addition to the features available with {{ site.data.variables.product.prodna
- Team pull request reviewers
- Scheduled reminders
{{ site.data.reusables.github-actions.actions-billing }}
{% data reusables.github-actions.actions-billing %}
### {{ site.data.variables.product.prodname_enterprise }}
### {% data variables.product.prodname_enterprise %}
{{ site.data.variables.product.prodname_enterprise }} includes two deployment options: cloud-hosted and self-hosted.
{% data variables.product.prodname_enterprise %} includes two deployment options: cloud-hosted and self-hosted.
In addition to the features available with {{ site.data.variables.product.prodname_team }}, {{ site.data.variables.product.prodname_enterprise }} includes:
- {{ site.data.variables.contact.enterprise_support }}
In addition to the features available with {% data variables.product.prodname_team %}, {% data variables.product.prodname_enterprise %} includes:
- {% data variables.contact.enterprise_support %}
- Additional security, compliance, and deployment controls
- Authentication with SAML single sign-on
- Access provisioning with SAML or SCIM
- {{ site.data.variables.product.prodname_github_connect }}
- {% data variables.product.prodname_github_connect %}
{{ site.data.variables.product.prodname_ghe_cloud }} also includes:
- {{ site.data.variables.contact.enterprise_support }}. For more information, see "<a href="/articles/github-enterprise-cloud-support" class="dotcom-only">{{ site.data.variables.product.prodname_ghe_cloud }} support</a>" and "<a href="/articles/github-enterprise-cloud-addendum" class="dotcom-only">{{ site.data.variables.product.prodname_ghe_cloud }} Addendum</a>."
- 50,000 {{ site.data.variables.product.prodname_actions }} minutes
- 50GB {{ site.data.variables.product.prodname_registry }} storage
{% data variables.product.prodname_ghe_cloud %} also includes:
- {% data variables.contact.enterprise_support %}. For more information, see "<a href="/articles/github-enterprise-cloud-support" class="dotcom-only">{% data variables.product.prodname_ghe_cloud %} support</a>" and "<a href="/articles/github-enterprise-cloud-addendum" class="dotcom-only">{% data variables.product.prodname_ghe_cloud %} Addendum</a>."
- 50,000 {% data variables.product.prodname_actions %} minutes
- 50GB {% data variables.product.prodname_registry %} storage
- A service level agreement for 99.95% monthly uptime
- The option to centrally manage policy and billing for multiple {{ site.data.variables.product.prodname_dotcom_the_website }} organizations with an enterprise account. For more information, see "<a href="/articles/about-enterprise-accounts" class="dotcom-only">About enterprise accounts</a>."
- The option to centrally manage policy and billing for multiple {% data variables.product.prodname_dotcom_the_website %} organizations with an enterprise account. For more information, see "<a href="/articles/about-enterprise-accounts" class="dotcom-only">About enterprise accounts</a>."
You can set up a trial to evaluate {{ site.data.variables.product.prodname_ghe_cloud }}. For more information, see "[Setting up a trial of {{ site.data.variables.product.prodname_ghe_cloud }}](/articles/setting-up-a-trial-of-github-enterprise-cloud)."
You can set up a trial to evaluate {% data variables.product.prodname_ghe_cloud %}. For more information, see "[Setting up a trial of {% data variables.product.prodname_ghe_cloud %}](/articles/setting-up-a-trial-of-github-enterprise-cloud)."
For more information about hosting your own instance of [{{ site.data.variables.product.prodname_ghe_server }}](https://enterprise.github.com), contact {{ site.data.variables.contact.contact_enterprise_sales }}. {{ site.data.reusables.enterprise_installation.request-a-trial }}
For more information about hosting your own instance of [{% data variables.product.prodname_ghe_server %}](https://enterprise.github.com), contact {% data variables.contact.contact_enterprise_sales %}. {% data reusables.enterprise_installation.request-a-trial %}
### {{ site.data.variables.product.prodname_ghe_one }}
### {% data variables.product.prodname_ghe_one %}
{{ site.data.variables.product.prodname_ghe_one }} includes [{{ site.data.variables.product.prodname_enterprise }}](#github-enterprise), plus:
{% data variables.product.prodname_ghe_one %} includes [{% data variables.product.prodname_enterprise %}](#github-enterprise), plus:
- {{ site.data.variables.contact.github_support }} {{ site.data.variables.product.premium_plus_support_plan }}
- {{ site.data.variables.product.prodname_insights }}
- {{ site.data.variables.product.prodname_advanced_security }}
- [{{ site.data.variables.product.prodname_learning }} for organizations](https://lab.github.com/organizations)
- {% data variables.contact.github_support %} {% data variables.product.premium_plus_support_plan %}
- {% data variables.product.prodname_insights %}
- {% data variables.product.prodname_advanced_security %}
- [{% data variables.product.prodname_learning %} for organizations](https://lab.github.com/organizations)
For more information about signing up for {{ site.data.variables.product.prodname_ghe_one }}, contact [{{ site.data.variables.product.product_name }}'s Sales team](https://enterprise.github.com/contact).
For more information about signing up for {% data variables.product.prodname_ghe_one %}, contact [{% data variables.product.product_name %}'s Sales team](https://enterprise.github.com/contact).

View File

@@ -1,7 +1,7 @@
---
title: Getting started with GitHub
shortTitle: Getting started
intro: 'Learn about {{ site.data.variables.product.prodname_dotcom }}''s products, sign up for an account, and explore the {{ site.data.variables.product.prodname_dotcom }} community.'
intro: 'Learn about {% data variables.product.prodname_dotcom %}''s products, sign up for an account, and explore the {% data variables.product.prodname_dotcom %} community.'
redirect_from:
- /categories/54/articles/
- /categories/bootcamp/

View File

@@ -1,6 +1,6 @@
---
title: Keyboard shortcuts
intro: 'Nearly every page on {{ site.data.variables.product.product_name }} has a keyboard shortcut to perform actions faster.'
intro: 'Nearly every page on {% data variables.product.product_name %} has a keyboard shortcut to perform actions faster.'
redirect_from:
- /articles/using-keyboard-shortcuts/
- /categories/75/articles/
@@ -14,7 +14,7 @@ versions:
### About keyboard shortcuts
Typing <kbd>?</kbd> in {{ site.data.variables.product.product_name }} brings up a dialog box that lists the keyboard shortcuts available for that page. You can use these keyboard shortcuts to perform actions across the site without using your mouse to navigate.
Typing <kbd>?</kbd> in {% data variables.product.product_name %} brings up a dialog box that lists the keyboard shortcuts available for that page. You can use these keyboard shortcuts to perform actions across the site without using your mouse to navigate.
Below is a list of some of the available keyboard shortcuts.
@@ -22,7 +22,7 @@ Below is a list of some of the available keyboard shortcuts.
| Keyboard shortcut | Description
|-----------|------------
|<kbd>s</kbd> or <kbd>/</kbd> | Focus the search bar. For more information, see "[About searching on {{ site.data.variables.product.company_short }}](/articles/about-searching-on-github)."
|<kbd>s</kbd> or <kbd>/</kbd> | Focus the search bar. For more information, see "[About searching on {% data variables.product.company_short %}](/articles/about-searching-on-github)."
|<kbd>g</kbd> <kbd>n</kbd> | Go to your notifications. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}."
|<kbd>esc</kbd> | When focused on a user, issue, or pull request hovercard, closes the hovercard and refocuses on the element the hovercard is in
@@ -97,7 +97,7 @@ For more keyboard shortcuts, see the [CodeMirror documentation](https://codemirr
|<kbd>q</kbd> | Request a reviewer. For more information, see "[Requesting a pull request review](/articles/requesting-a-pull-request-review/)."
|<kbd>m</kbd> | Set a milestone. For more information, see "[Associating milestones with issues and pull requests](/articles/associating-milestones-with-issues-and-pull-requests/)."
|<kbd>l</kbd> | Apply a label. For more information, see "[Applying labels to issues and pull requests](/articles/applying-labels-to-issues-and-pull-requests/)."
|<kbd>a</kbd> | Set an assignee. For more information, see "[Assigning issues and pull requests to other {{ site.data.variables.product.company_short }} users](/articles/assigning-issues-and-pull-requests-to-other-github-users/)."
|<kbd>a</kbd> | Set an assignee. For more information, see "[Assigning issues and pull requests to other {% data variables.product.company_short %} users](/articles/assigning-issues-and-pull-requests-to-other-github-users/)."
|<kbd>cmd + shift + p</kbd> or <kbd>control + shift + p</kbd> | Toggles between the **Write** and **Preview** tabs
### Changes in pull requests
@@ -153,7 +153,7 @@ For more keyboard shortcuts, see the [CodeMirror documentation](https://codemirr
|<kbd>esc</kbd> | Close the card preview pane
{% if currentVersion == "free-pro-team@latest" %}
### {{ site.data.variables.product.prodname_actions }}
### {% data variables.product.prodname_actions %}
| Keyboard shortcut | Description
|-----------|------------

View File

@@ -1,6 +1,6 @@
---
title: Quickstart
intro: 'Quickly get started with common tasks on {{ site.data.variables.product.prodname_dotcom }}.'
intro: 'Quickly get started with common tasks on {% data variables.product.prodname_dotcom %}.'
mapTopic: true
versions:
free-pro-team: '*'

View File

@@ -12,17 +12,17 @@ versions:
enterprise-server: '*'
---
You can search, sort, and filter your starred repositories and topics on your {{ site.data.variables.explore.your_stars_page }}.'
You can search, sort, and filter your starred repositories and topics on your {% data variables.explore.your_stars_page %}.'
### About stars
Starring makes it easy to find a repository or topic again later. You can see all the repositories and topics you have starred by going to your {{ site.data.variables.explore.your_stars_page }}.
Starring makes it easy to find a repository or topic again later. You can see all the repositories and topics you have starred by going to your {% data variables.explore.your_stars_page %}.
{% if currentVersion == "free-pro-team@latest" %}
You can star repositories and topics to discover similar projects on {{ site.data.variables.product.product_name }}. When you star repositories or topics, {{ site.data.variables.product.product_name }} may recommend related content in the discovery view of your news feed. For more information, see "[Finding ways to contribute to open source on {{ site.data.variables.product.prodname_dotcom }}](/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github)."
You can star repositories and topics to discover similar projects on {% data variables.product.product_name %}. When you star repositories or topics, {% data variables.product.product_name %} may recommend related content in the discovery view of your news feed. For more information, see "[Finding ways to contribute to open source on {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github)."
{% endif %}
Starring a repository also shows appreciation to the repository maintainer for their work. Many of {{ site.data.variables.product.prodname_dotcom }}'s repository rankings depend on the number of stars a repository has. In addition, [Explore](https://github.com/explore) shows popular repositories based on the number of stars they have.
Starring a repository also shows appreciation to the repository maintainer for their work. Many of {% data variables.product.prodname_dotcom %}'s repository rankings depend on the number of stars a repository has. In addition, [Explore](https://github.com/explore) shows popular repositories based on the number of stars they have.
### Searching stars

View File

@@ -10,17 +10,17 @@ redirect_from:
- /win-git-installation/
- /win-set-up-git/
- /articles/set-up-git
intro: 'At the heart of {{ site.data.variables.product.product_name }} is an open source version control system (VCS) called Git. Git is responsible for everything {{ site.data.variables.product.product_name }}-related that happens locally on your computer.'
intro: 'At the heart of {% data variables.product.product_name %} is an open source version control system (VCS) called Git. Git is responsible for everything {% data variables.product.product_name %}-related that happens locally on your computer.'
versions:
free-pro-team: '*'
enterprise-server: '*'
---
To use Git on the command line, you'll need to download, install, and configure Git on your computer. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} You can also install {{ site.data.variables.product.prodname_cli }} to use {{ site.data.variables.product.product_name }} from the command line. For more information on {{ site.data.variables.product.prodname_cli }}, see the [{{ site.data.variables.product.prodname_cli }}](https://cli.github.com/manual/) documentation.{% endif %}
To use Git on the command line, you'll need to download, install, and configure Git on your computer. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} You can also install {% data variables.product.prodname_cli %} to use {% data variables.product.product_name %} from the command line. For more information on {% data variables.product.prodname_cli %}, see the [{% data variables.product.prodname_cli %}](https://cli.github.com/manual/) documentation.{% endif %}
If you want to work with Git locally, but don't want to use the command line, you can instead download and install the [{{ site.data.variables.product.prodname_desktop }}]({{ site.data.variables.product.desktop_link }}) client. For more information, see "[Installing and configuring {{ site.data.variables.product.prodname_desktop }}](/desktop/installing-and-configuring-github-desktop/)."
If you want to work with Git locally, but don't want to use the command line, you can instead download and install the [{% data variables.product.prodname_desktop %}]({% data variables.product.desktop_link %}) client. For more information, see "[Installing and configuring {% data variables.product.prodname_desktop %}](/desktop/installing-and-configuring-github-desktop/)."
If you don't need to work with files locally, {{ site.data.variables.product.product_name }} lets you complete many Git-related actions directly in the browser, including:
If you don't need to work with files locally, {% data variables.product.product_name %} lets you complete many Git-related actions directly in the browser, including:
- [Creating a repository](/articles/create-a-repo)
- [Forking a repository](/articles/fork-a-repo)
@@ -33,24 +33,24 @@ If you don't need to work with files locally, {{ site.data.variables.product.pro
2. [Set your username in Git](/articles/setting-your-username-in-git).
3. [Set your commit email address in Git](/articles/setting-your-commit-email-address).
### Next steps: Authenticating with {{ site.data.variables.product.prodname_dotcom }} from Git
### Next steps: Authenticating with {% data variables.product.prodname_dotcom %} from Git
When you connect to a {{ site.data.variables.product.product_name }} repository from Git, you'll need to authenticate with {{ site.data.variables.product.product_name }} using either HTTPS or SSH.
When you connect to a {% data variables.product.product_name %} repository from Git, you'll need to authenticate with {% data variables.product.product_name %} using either HTTPS or SSH.
#### Connecting over HTTPS (recommended)
If you [clone with HTTPS](/articles/which-remote-url-should-i-use/#cloning-with-https-urls), you can [cache your {{ site.data.variables.product.prodname_dotcom }} credentials in Git](/github/using-git/caching-your-github-credentials-in-git) using a credential helper.
If you [clone with HTTPS](/articles/which-remote-url-should-i-use/#cloning-with-https-urls), you can [cache your {% data variables.product.prodname_dotcom %} credentials in Git](/github/using-git/caching-your-github-credentials-in-git) using a credential helper.
#### Connecting over SSH
If you [clone with SSH](/articles/which-remote-url-should-i-use#cloning-with-ssh-urls), you must [generate SSH keys](/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) on each computer you use to push or pull from {{ site.data.variables.product.product_name }}.
If you [clone with SSH](/articles/which-remote-url-should-i-use#cloning-with-ssh-urls), you must [generate SSH keys](/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) on each computer you use to push or pull from {% data variables.product.product_name %}.
### Celebrate
Congratulations, you now have Git and {{ site.data.variables.product.product_name }} all set up! What do you want to do next?
Congratulations, you now have Git and {% data variables.product.product_name %} all set up! What do you want to do next?
- **Set up Git**
- "[Create a repository](/articles/create-a-repo)"
- "[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 %}

View File

@@ -1,6 +1,6 @@
---
title: Setting up a trial of GitHub Enterprise Cloud
intro: 'You can try {{ site.data.variables.product.prodname_ghe_cloud }} for free.'
intro: 'You can try {% data variables.product.prodname_ghe_cloud %} for free.'
redirect_from:
- /articles/setting-up-a-trial-of-github-enterprise-cloud
versions:
@@ -8,28 +8,28 @@ versions:
enterprise-server: '*'
---
### About trials of {{ site.data.variables.product.prodname_ghe_cloud }}
### About trials of {% data variables.product.prodname_ghe_cloud %}
You can set up a 14-day trial to evaluate {{ site.data.variables.product.prodname_ghe_cloud }} on a new organization account. You do not need to provide a payment method during the trial unless you add {{ site.data.variables.product.prodname_marketplace }} apps to your organization that require a payment method. For more information, see "<a href="/articles/about-billing-for-github-marketplace/" class="dotcom-only">About billing for {{ site.data.variables.product.prodname_marketplace }}</a>."
You can set up a 14-day trial to evaluate {% data variables.product.prodname_ghe_cloud %} on a new organization account. You do not need to provide a payment method during the trial unless you add {% data variables.product.prodname_marketplace %} apps to your organization that require a payment method. For more information, see "<a href="/articles/about-billing-for-github-marketplace/" class="dotcom-only">About billing for {% data variables.product.prodname_marketplace %}</a>."
Your trial includes 50 seats. If you need more seats to evaluate {{ site.data.variables.product.prodname_ghe_cloud }}, contact {{ site.data.variables.contact.contact_enterprise_sales }}. At the end of the trial, you can choose a different number of seats.
Your trial includes 50 seats. If you need more seats to evaluate {% data variables.product.prodname_ghe_cloud %}, contact {% data variables.contact.contact_enterprise_sales %}. At the end of the trial, you can choose a different number of seats.
Trials are also available for {{ site.data.variables.product.prodname_ghe_server }}. For more information, see "[Setting up a trial of {{ site.data.variables.product.prodname_ghe_server }}](/articles/setting-up-a-trial-of-github-enterprise-server)."
Trials are also available for {% data variables.product.prodname_ghe_server %}. For more information, see "[Setting up a trial of {% data variables.product.prodname_ghe_server %}](/articles/setting-up-a-trial-of-github-enterprise-server)."
{{ site.data.reusables.products.which-product-to-use }}
{% data reusables.products.which-product-to-use %}
### Setting up your trial of {{ site.data.variables.product.prodname_ghe_cloud }}
### Setting up your trial of {% data variables.product.prodname_ghe_cloud %}
Before you can start your trial of {{ site.data.variables.product.prodname_ghe_cloud }}, you must have an existing user account or create a new user account. For more information, see "<a href="/articles/signing-up-for-a-new-github-account" class="dotcom-only">Signing up for a new {{ site.data.variables.product.prodname_dotcom }} account</a>."
Before you can start your trial of {% data variables.product.prodname_ghe_cloud %}, you must have an existing user account or create a new user account. For more information, see "<a href="/articles/signing-up-for-a-new-github-account" class="dotcom-only">Signing up for a new {% data variables.product.prodname_dotcom %} account</a>."
{{ site.data.reusables.user_settings.access_settings }}
{{ site.data.reusables.user_settings.organizations }}
{{ site.data.reusables.organizations.new-organization }}
{% data reusables.user_settings.access_settings %}
{% data reusables.user_settings.organizations %}
{% data reusables.organizations.new-organization %}
4. Under "Enterprise", click **Start your 14-day free trial**.
![Button to start your trial](/assets/images/help/organizations/start-trial-button.png)
5. Type your company name.
![Company name field](/assets/images/help/organizations/company-name-field.png)
{{ site.data.reusables.organizations.organization-name }}
{% data reusables.organizations.organization-name %}
7. Under "Full name", type your full name.
![Full name field](/assets/images/help/organizations/full-name-field.png)
8. Under "Work email", type the email address you use for work.
@@ -40,28 +40,28 @@ Before you can start your trial of {{ site.data.variables.product.prodname_ghe_c
![Number of employees drop-down menu](/assets/images/help/organizations/employees-drop-down.png)
10. Review the <a href="/articles/github-enterprise-cloud-evaluation-agreement" class="dotcom-only">Evaluation License Agreement</a>, then click **Next**.
### Exploring {{ site.data.variables.product.prodname_ghe_cloud }}
### Exploring {% data variables.product.prodname_ghe_cloud %}
After setting up your trial, you can explore {{ site.data.variables.product.prodname_ghe_cloud }} by following the [Enterprise Onboarding Guide](https://resources.github.com/enterprise-onboarding/).
After setting up your trial, you can explore {% data variables.product.prodname_ghe_cloud %} by following the [Enterprise Onboarding Guide](https://resources.github.com/enterprise-onboarding/).
{{ site.data.reusables.products.product-roadmap }}
{% data reusables.products.product-roadmap %}
### Finishing your trial
You can buy {{ site.data.variables.product.prodname_enterprise }} or downgrade to {{ site.data.variables.product.prodname_team }} at any time during your trial.
You can buy {% data variables.product.prodname_enterprise %} or downgrade to {% data variables.product.prodname_team %} at any time during your trial.
If you don't purchase {{ site.data.variables.product.prodname_enterprise }} or {{ site.data.variables.product.prodname_team }} before your trial ends, your organization will be downgraded to {{ site.data.variables.product.prodname_free_team }} and lose access to any advanced tooling and features that are only included with paid products, including {{ site.data.variables.product.prodname_pages }} sites published from those private repositories. If you don't plan to upgrade, to avoid losing access to advanced features, make the repositories public before your trial ends. For more information, see "[Setting repository visibility](/articles/setting-repository-visibility)."
If you don't purchase {% data variables.product.prodname_enterprise %} or {% data variables.product.prodname_team %} before your trial ends, your organization will be downgraded to {% data variables.product.prodname_free_team %} and lose access to any advanced tooling and features that are only included with paid products, including {% data variables.product.prodname_pages %} sites published from those private repositories. If you don't plan to upgrade, to avoid losing access to advanced features, make the repositories public before your trial ends. For more information, see "[Setting repository visibility](/articles/setting-repository-visibility)."
Downgrading to {{ site.data.variables.product.prodname_free_team }} for organizations also disables any SAML settings configured during the trial period. Once you purchase {{ site.data.variables.product.prodname_enterprise }} or {{ site.data.variables.product.prodname_team }}, your SAML settings will be enabled again for users in your organization to authenticate.
Downgrading to {% data variables.product.prodname_free_team %} for organizations also disables any SAML settings configured during the trial period. Once you purchase {% data variables.product.prodname_enterprise %} or {% data variables.product.prodname_team %}, your SAML settings will be enabled again for users in your organization to authenticate.
{{ site.data.reusables.profile.access_profile }}
{{ site.data.reusables.profile.access_org }}
{{ site.data.reusables.organizations.org_settings }}
{{ site.data.reusables.organizations.billing }}
5. Under "{{ site.data.variables.product.prodname_ghe_cloud }} Free Trial", click **Buy Enterprise** or **Downgrade to Team**.
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
{% data reusables.organizations.billing %}
5. Under "{% data variables.product.prodname_ghe_cloud %} Free Trial", click **Buy Enterprise** or **Downgrade to Team**.
![Buy Enterprise and Downgrade to Team buttons](/assets/images/help/organizations/finish-trial-buttons.png)
6. Follow the prompts to enter your payment method, then click **Submit**.
### Further reading
- "[Setting up a trial of {{ site.data.variables.product.prodname_ghe_server }}](/articles/setting-up-a-trial-of-github-enterprise-server)"
- "[Setting up a trial of {% data variables.product.prodname_ghe_server %}](/articles/setting-up-a-trial-of-github-enterprise-server)"

View File

@@ -1,6 +1,6 @@
---
title: Setting up a trial of GitHub Enterprise Server
intro: 'You can try {{ site.data.variables.product.prodname_ghe_server }} for free.'
intro: 'You can try {% data variables.product.prodname_ghe_server %} for free.'
redirect_from:
- /articles/requesting-a-trial-of-github-enterprise/
- /articles/setting-up-a-trial-of-github-enterprise-server
@@ -9,38 +9,38 @@ versions:
enterprise-server: '*'
---
### About trials of {{ site.data.variables.product.prodname_ghe_server }}
### About trials of {% data variables.product.prodname_ghe_server %}
You can request a 45-day trial to evaluate {{ site.data.variables.product.prodname_ghe_server }}. Your trial will be installed as a virtual appliance, with options for on-premises or cloud deployment. For a list of supported visualization platforms, see "[Setting up a GitHub Enterprise Server instance](/enterprise/admin/installation/setting-up-a-github-enterprise-server-instance)."
You can request a 45-day trial to evaluate {% data variables.product.prodname_ghe_server %}. Your trial will be installed as a virtual appliance, with options for on-premises or cloud deployment. For a list of supported visualization platforms, see "[Setting up a GitHub Enterprise Server instance](/enterprise/admin/installation/setting-up-a-github-enterprise-server-instance)."
{% if currentVersion ver_gt "enterprise-server@2.21" %}{{ site.data.variables.product.prodname_dependabot_short }}{% else %}Security{% endif %} alerts and {{ site.data.variables.product.prodname_github_connect }} are not currently available in trials of {{ site.data.variables.product.prodname_ghe_server }}. For a demonstration of these features, contact {{ site.data.variables.contact.contact_enterprise_sales }}. For more information about these features, see "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)" and "[Connecting {{ site.data.variables.product.prodname_ghe_server }} to {{ site.data.variables.product.prodname_dotcom_the_website }}](/enterprise/admin/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)."
{% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}Security{% endif %} alerts and {% data variables.product.prodname_github_connect %} are not currently available in trials of {% data variables.product.prodname_ghe_server %}. For a demonstration of these features, contact {% data variables.contact.contact_enterprise_sales %}. For more information about these features, see "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)" and "[Connecting {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_dotcom_the_website %}](/enterprise/admin/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)."
Trials are also available for {{ site.data.variables.product.prodname_ghe_cloud }}. For more information, see "[Setting up a trial of {{ site.data.variables.product.prodname_ghe_cloud }}](/articles/setting-up-a-trial-of-github-enterprise-cloud)."
Trials are also available for {% data variables.product.prodname_ghe_cloud %}. For more information, see "[Setting up a trial of {% data variables.product.prodname_ghe_cloud %}](/articles/setting-up-a-trial-of-github-enterprise-cloud)."
{{ site.data.reusables.products.which-product-to-use }}
{% data reusables.products.which-product-to-use %}
### Setting up your trial of {{ site.data.variables.product.prodname_ghe_server }}
### Setting up your trial of {% data variables.product.prodname_ghe_server %}
{{ site.data.variables.product.prodname_ghe_server }} is installed as a virtual appliance. Determine the best person in your organization to set up a virtual machine, and ask that person to submit a [trial request](https://enterprise.github.com/trial). You can begin your trial immediately after submitting a request.
{% data variables.product.prodname_ghe_server %} is installed as a virtual appliance. Determine the best person in your organization to set up a virtual machine, and ask that person to submit a [trial request](https://enterprise.github.com/trial). You can begin your trial immediately after submitting a request.
To set up an account for the {{ site.data.variables.product.prodname_enterprise }} Web portal, click the link in the email you received after submitting your trial request, and follow the prompts. Then, download your license file. For more information, see "[Managing your {{ site.data.variables.product.prodname_enterprise }} license](/enterprise/admin/installation/managing-your-github-enterprise-license)."
To set up an account for the {% data variables.product.prodname_enterprise %} Web portal, click the link in the email you received after submitting your trial request, and follow the prompts. Then, download your license file. For more information, see "[Managing your {% data variables.product.prodname_enterprise %} license](/enterprise/admin/installation/managing-your-github-enterprise-license)."
To install {{ site.data.variables.product.prodname_ghe_server }}, download the necessary components and upload your license file. For more information, see the instructions for your chosen visualization platform in "[Setting up a {{ site.data.variables.product.prodname_ghe_server }} instance](/enterprise/admin/installation/setting-up-a-github-enterprise-server-instance)."
To install {% data variables.product.prodname_ghe_server %}, download the necessary components and upload your license file. For more information, see the instructions for your chosen visualization platform in "[Setting up a {% data variables.product.prodname_ghe_server %} instance](/enterprise/admin/installation/setting-up-a-github-enterprise-server-instance)."
### Next steps
To get the most out of your trial, follow these steps:
1. [Create an organization](/enterprise/admin/user-management/creating-organizations).
2. To learn the basics of using {{ site.data.variables.product.prodname_dotcom }}, see:
- [Quick start guide to {{ site.data.variables.product.prodname_dotcom }}](https://resources.github.com/webcasts/Quick-start-guide-to-GitHub/) webcast
- [Understanding the {{ site.data.variables.product.prodname_dotcom }} flow](https://guides.github.com/introduction/flow/) in {{ site.data.variables.product.prodname_dotcom }} Guides
- [Hello World](https://guides.github.com/activities/hello-world/) in {{ site.data.variables.product.prodname_dotcom }} Guides
3. To configure your instance to meet your organization's needs, see "[Configuring the {{ site.data.variables.product.prodname_ghe_server }} appliance](/enterprise/admin/installation/configuring-the-github-enterprise-server-appliance)."
4. To integrate {{ site.data.variables.product.prodname_ghe_server }} with your identity provider, see "[Using SAML](/enterprise/admin/user-management/using-saml)" and "[Using LDAP](/enterprise/admin/authentication/using-ldap)."
2. To learn the basics of using {% data variables.product.prodname_dotcom %}, see:
- [Quick start guide to {% data variables.product.prodname_dotcom %}](https://resources.github.com/webcasts/Quick-start-guide-to-GitHub/) webcast
- [Understanding the {% data variables.product.prodname_dotcom %} flow](https://guides.github.com/introduction/flow/) in {% data variables.product.prodname_dotcom %} Guides
- [Hello World](https://guides.github.com/activities/hello-world/) in {% data variables.product.prodname_dotcom %} Guides
3. To configure your instance to meet your organization's needs, see "[Configuring the {% data variables.product.prodname_ghe_server %} appliance](/enterprise/admin/installation/configuring-the-github-enterprise-server-appliance)."
4. To integrate {% data variables.product.prodname_ghe_server %} with your identity provider, see "[Using SAML](/enterprise/admin/user-management/using-saml)" and "[Using LDAP](/enterprise/admin/authentication/using-ldap)."
5. Invite an unlimited number of people to join your trial.
- Add users to your {{ site.data.variables.product.prodname_ghe_server }} instance using built-in authentication or your configured identity provider. For more information, see "[Using built in authentication](/enterprise/admin/user-management/using-built-in-authentication)."
- To invite people to become account administrators, visit the [{{ site.data.variables.product.prodname_enterprise }} Web portal](https://enterprise.github.com/login).
- Add users to your {% data variables.product.prodname_ghe_server %} instance using built-in authentication or your configured identity provider. For more information, see "[Using built in authentication](/enterprise/admin/user-management/using-built-in-authentication)."
- To invite people to become account administrators, visit the [{% data variables.product.prodname_enterprise %} Web portal](https://enterprise.github.com/login).
{% note %}
@@ -48,14 +48,14 @@ To get the most out of your trial, follow these steps:
{% endnote %}
{{ site.data.reusables.products.product-roadmap }}
{% data reusables.products.product-roadmap %}
### Finishing your trial
You can upgrade to full licenses in the [{{ site.data.variables.product.prodname_enterprise }} Web portal](https://enterprise.github.com/login) at any time during the trial period.
You can upgrade to full licenses in the [{% data variables.product.prodname_enterprise %} Web portal](https://enterprise.github.com/login) at any time during the trial period.
If you haven't upgraded by the last day of your trial, you'll receive an email notifying you that your trial had ended. If you need more time to evaluate {{ site.data.variables.product.prodname_enterprise }}, contact {{ site.data.variables.contact.contact_enterprise_sales }} to request an extension.
If you haven't upgraded by the last day of your trial, you'll receive an email notifying you that your trial had ended. If you need more time to evaluate {% data variables.product.prodname_enterprise %}, contact {% data variables.contact.contact_enterprise_sales %} to request an extension.
### Further reading
- "[Setting up a trial of {{ site.data.variables.product.prodname_ghe_cloud }}](/articles/setting-up-a-trial-of-github-enterprise-cloud)"
- "[Setting up a trial of {% data variables.product.prodname_ghe_cloud %}](/articles/setting-up-a-trial-of-github-enterprise-cloud)"

View File

@@ -1,16 +1,16 @@
---
title: Signing up for a new GitHub account
intro: '{{ site.data.variables.product.product_name }} offers user accounts for individuals and organizations for teams of people working together.'
intro: '{% data variables.product.product_name %} offers user accounts for individuals and organizations for teams of people working together.'
redirect_from:
- /articles/signing-up-for-a-new-github-account
versions:
free-pro-team: '*'
---
For more information about account types and products, see "[Types of {{ site.data.variables.product.prodname_dotcom }} accounts](/articles/types-of-github-accounts)" and "[{{ site.data.variables.product.product_name }}'s products](/articles/github-s-products)."
For more information about account types and products, see "[Types of {% data variables.product.prodname_dotcom %} accounts](/articles/types-of-github-accounts)" and "[{% data variables.product.product_name %}'s products](/articles/github-s-products)."
1. Go to {{ site.data.variables.product.product_name }}'s [Pricing]({{ site.data.variables.product.pricing_url }}) page.
2. Read the information about the different products and subscriptions that {{ site.data.variables.product.product_name }} offers, then click the upgrade button under the subscription you'd like to choose.
1. Go to {% data variables.product.product_name %}'s [Pricing]({% data variables.product.pricing_url %}) page.
2. Read the information about the different products and subscriptions that {% data variables.product.product_name %} offers, then click the upgrade button under the subscription you'd like to choose.
3. Follow the prompts to create your personal account or organization.
### Next steps
@@ -19,4 +19,4 @@ For more information about account types and products, see "[Types of {{ site.da
- "[Configure two-factor authentication](/articles/configuring-two-factor-authentication)"
- "[Add a bio to your profile](/articles/adding-a-bio-to-your-profile)"
- "[Create an organization](/articles/creating-a-new-organization-from-scratch)"
- [ {{ site.data.variables.product.prodname_roadmap }} ]( {{ site.data.variables.product.prodname_roadmap_link }} ) in the `github/roadmap` repository
- [ {% data variables.product.prodname_roadmap %} ]( {% data variables.product.prodname_roadmap_link %} ) in the `github/roadmap` repository

View File

@@ -4,7 +4,7 @@ redirect_from:
- /articles/why-doesn-t-graphs-work-with-ie-8/
- /articles/why-don-t-graphs-work-with-ie8/
- /articles/supported-browsers
intro: 'We design {{ site.data.variables.product.product_name }} to support the latest web browsers. We support the current versions of [Chrome](https://www.google.com/chrome/), [Firefox](http://www.mozilla.org/firefox/), [Safari](http://www.apple.com/safari/), {% if currentVersion != "free-pro-team@latest" and currentVersion ver_lt "enterprise-server@2.16" %}Internet Explorer 11, {% endif %}and [Microsoft Edge](https://www.microsoft.com/en-us/windows/microsoft-edge).'
intro: 'We design {% data variables.product.product_name %} to support the latest web browsers. We support the current versions of [Chrome](https://www.google.com/chrome/), [Firefox](http://www.mozilla.org/firefox/), [Safari](http://www.apple.com/safari/), {% if currentVersion != "free-pro-team@latest" and currentVersion ver_lt "enterprise-server@2.16" %}Internet Explorer 11, {% endif %}and [Microsoft Edge](https://www.microsoft.com/en-us/windows/microsoft-edge).'
versions:
free-pro-team: '*'
enterprise-server: '*'
@@ -12,8 +12,8 @@ versions:
### Firefox Extended Support Release
We do our best to support Firefox's latest [Extended Support Release](https://www.mozilla.org/en-US/firefox/organizations/) (ESR). Older versions of Firefox may disable some features on {{ site.data.variables.product.product_name }} and require the latest version of Firefox.
We do our best to support Firefox's latest [Extended Support Release](https://www.mozilla.org/en-US/firefox/organizations/) (ESR). Older versions of Firefox may disable some features on {% data variables.product.product_name %} and require the latest version of Firefox.
### Beta and developer builds
You may encounter unexpected bugs in beta and developer builds of our supported browsers. If you encounter a bug on {{ site.data.variables.product.product_name }} in one of these unreleased builds, please verify that it also exists in the stable version of the same browser. If the bug only exists in the unstable version, consider reporting the bug to the browser developer.
You may encounter unexpected bugs in beta and developer builds of our supported browsers. If you encounter a bug on {% data variables.product.product_name %} in one of these unreleased builds, please verify that it also exists in the stable version of the same browser. If the bug only exists in the unstable version, consider reporting the bug to the browser developer.

View File

@@ -1,6 +1,6 @@
---
title: Troubleshooting connectivity problems
intro: 'If you''re having trouble connecting to {{ site.data.variables.product.prodname_dotcom }}, you can troubleshoot your connection, then use the {{ site.data.variables.product.prodname_debug }} tool to diagnose problems.'
intro: 'If you''re having trouble connecting to {% data variables.product.prodname_dotcom %}, you can troubleshoot your connection, then use the {% data variables.product.prodname_debug %} tool to diagnose problems.'
redirect_from:
- /articles/troubleshooting-connectivity-problems
versions:
@@ -8,15 +8,15 @@ versions:
---
Most often, connection problems occur because a firewall, proxy server, corporate network, or other network is configured in a way that blocks {{ site.data.variables.product.prodname_dotcom }}.
Most often, connection problems occur because a firewall, proxy server, corporate network, or other network is configured in a way that blocks {% data variables.product.prodname_dotcom %}.
### Allowing {{ site.data.variables.product.prodname_dotcom }}'s IP addresses
### Allowing {% data variables.product.prodname_dotcom %}'s IP addresses
Make sure your network is configured to allow {{ site.data.variables.product.prodname_dotcom }}'s IP addresses. For more information, see "[About {{ site.data.variables.product.prodname_dotcom }}'s IP addresses](/articles/about-github-s-ip-addresses)."
Make sure your network is configured to allow {% data variables.product.prodname_dotcom %}'s IP addresses. For more information, see "[About {% data variables.product.prodname_dotcom %}'s IP addresses](/articles/about-github-s-ip-addresses)."
### Using a company or organization's network
If you're having connectivity problems on your company or organization's network, check with your network administrator to find out if the network has rules in place to block certain traffic. If there are rules in place, ask your network administrator to allow traffic to {{ site.data.variables.product.prodname_dotcom }}.
If you're having connectivity problems on your company or organization's network, check with your network administrator to find out if the network has rules in place to block certain traffic. If there are rules in place, ask your network administrator to allow traffic to {% data variables.product.prodname_dotcom %}.
### Troubleshooting the captcha
@@ -28,16 +28,16 @@ If you're unable to verify with the captcha:
### Switching cloning methods
Switching from cloning via SSH to cloning via HTTPS, or vice versa may improve connectivity. For more information, see "[Cloning a repository from {{ site.data.variables.product.prodname_dotcom }}](/articles/cloning-a-repository-from-github)."
Switching from cloning via SSH to cloning via HTTPS, or vice versa may improve connectivity. For more information, see "[Cloning a repository from {% data variables.product.prodname_dotcom %}](/articles/cloning-a-repository-from-github)."
If you're encountering timeouts with SSH, see "[Error: Bad file number](/articles/error-bad-file-number)."
### Troubleshooting slow downloads and intermittent slow connections
{{ site.data.variables.product.prodname_dotcom }} does not throttle bandwidth per user.
{% data variables.product.prodname_dotcom %} does not throttle bandwidth per user.
If you're experiencing slow connections at certain times of day but not others, the slow speeds are most likely due to network congestion. Because {{ site.data.variables.product.prodname_dotcom }} cannot resolve network congestion, you should escalate the problem to your internet service provider.
If you're experiencing slow connections at certain times of day but not others, the slow speeds are most likely due to network congestion. Because {% data variables.product.prodname_dotcom %} cannot resolve network congestion, you should escalate the problem to your internet service provider.
### Troubleshooting with {{ site.data.variables.product.prodname_debug }}
### Troubleshooting with {% data variables.product.prodname_debug %}
If you've followed all of the troubleshooting suggestions above and are still having connection problems, you can follow the instructions on the {{ site.data.variables.product.prodname_debug }} site to run tests and send a report to {{ site.data.variables.product.prodname_dotcom }} Support. For more information, see [{{ site.data.variables.product.prodname_debug }}](https://github-debug.com/).
If you've followed all of the troubleshooting suggestions above and are still having connection problems, you can follow the instructions on the {% data variables.product.prodname_debug %} site to run tests and send a report to {% data variables.product.prodname_dotcom %} Support. For more information, see [{% data variables.product.prodname_debug %}](https://github-debug.com/).

View File

@@ -1,6 +1,6 @@
---
title: Types of GitHub accounts
intro: 'Your user account is your identity on {{ site.data.variables.product.product_location }}. Your user account can be a member of any number of organizations.{% if currentVersion == "free-pro-team@latest" %} Organizations can belong to enterprise accounts.{% endif %}'
intro: 'Your user account is your identity on {% data variables.product.product_location %}. Your user account can be a member of any number of organizations.{% if currentVersion == "free-pro-team@latest" %} Organizations can belong to enterprise accounts.{% endif %}'
redirect_from:
- /manage-multiple-clients/
- /managing-clients/
@@ -13,18 +13,18 @@ versions:
---
{% if currentVersion == "free-pro-team@latest" %}
For a full list of features for each {{ site.data.variables.product.product_name }} product, see "[{{ site.data.variables.product.prodname_dotcom }}'s products](/github/getting-started-with-github/githubs-products)."
For a full list of features for each {% data variables.product.product_name %} product, see "[{% data variables.product.prodname_dotcom %}'s products](/github/getting-started-with-github/githubs-products)."
{% endif %}
### Personal user accounts
Every person who uses {{ site.data.variables.product.product_location }} has their own user account, which includes:
Every person who uses {% data variables.product.product_location %} has their own user account, which includes:
{% if currentVersion == "free-pro-team@latest" %}
- Unlimited public and private repositories with {{ site.data.variables.product.prodname_free_user }}
- Unlimited collaborators with {{ site.data.variables.product.prodname_free_user }}
- Additional features for private repositories with {{ site.data.variables.product.prodname_pro }}
- Unlimited public and private repositories with {% data variables.product.prodname_free_user %}
- Unlimited collaborators with {% data variables.product.prodname_free_user %}
- Additional features for private repositories with {% data variables.product.prodname_pro %}
- Ability to [invite repository collaborators](/articles/inviting-collaborators-to-a-personal-repository)
{% else %}
@@ -59,18 +59,18 @@ Every person who uses {{ site.data.variables.product.product_location }} has the
Organizations are shared accounts where groups of people can collaborate across many projects at once. Owners and administrators can manage member access to the organization's data and projects with sophisticated security and administrative features.
{{ site.data.reusables.organizations.organizations_include }}
{% data reusables.organizations.organizations_include %}
{% if currentVersion == "free-pro-team@latest" %}
### Enterprise accounts
With enterprise accounts, you can centrally manage policy and billing for multiple {{ site.data.variables.product.prodname_dotcom_the_website }} organizations. {{ site.data.reusables.gated-features.enterprise-accounts }}
With enterprise accounts, you can centrally manage policy and billing for multiple {% data variables.product.prodname_dotcom_the_website %} organizations. {% data reusables.gated-features.enterprise-accounts %}
{% endif %}
### Further reading
{% if currentVersion == "free-pro-team@latest" %}- "[Signing up for a new {{ site.data.variables.product.prodname_dotcom }} account](/articles/signing-up-for-a-new-github-account)"
- "[{{ site.data.variables.product.prodname_dotcom }}'s products](/articles/githubs-products)"{% endif %}
{% if currentVersion == "free-pro-team@latest" %}- "[Signing up for a new {% data variables.product.prodname_dotcom %} account](/articles/signing-up-for-a-new-github-account)"
- "[{% data variables.product.prodname_dotcom %}'s products](/articles/githubs-products)"{% endif %}
- "[Creating a new organization account](/articles/creating-a-new-organization-account)"

View File

@@ -1,6 +1,6 @@
---
title: Verifying your email address
intro: 'Verifying your primary email address ensures strengthened security, allows {{ site.data.variables.product.prodname_dotcom }} staff to better assist you if you forget your password, and gives you access to more features on {{ site.data.variables.product.prodname_dotcom }}.'
intro: 'Verifying your primary email address ensures strengthened security, allows {% data variables.product.prodname_dotcom %} staff to better assist you if you forget your password, and gives you access to more features on {% data variables.product.prodname_dotcom %}.'
redirect_from:
- /articles/troubleshooting-email-verification/
- /articles/setting-up-email-verification/
@@ -17,48 +17,48 @@ If you do not verify your email address, you will not be able to:
- Create or fork repositories
- Create issues or pull requests
- Comment on issues, pull requests, or commits
- Authorize {{ site.data.variables.product.prodname_oauth_app }} applications
- Authorize {% data variables.product.prodname_oauth_app %} applications
- Generate personal access tokens
- Receive email notifications
- Star repositories
- Create or update project boards, including adding cards
- Create or update gists
- Create or use {{ site.data.variables.product.prodname_actions }}
- Sponsor developers with {{ site.data.variables.product.prodname_sponsors }}
- Create or use {% data variables.product.prodname_actions %}
- Sponsor developers with {% data variables.product.prodname_sponsors %}
{% warning %}
**Warnings**:
- {{ site.data.reusables.user_settings.no-verification-disposable-emails }}
- {{ site.data.reusables.user_settings.verify-org-approved-email-domain }}
- {% data reusables.user_settings.no-verification-disposable-emails %}
- {% data reusables.user_settings.verify-org-approved-email-domain %}
{% endwarning %}
### Verifying your email address
{{ site.data.reusables.user_settings.access_settings }}
{{ site.data.reusables.user_settings.emails }}
{% data reusables.user_settings.access_settings %}
{% data reusables.user_settings.emails %}
1. Under your email address, click **Resend verification email**.
![Resend verification email link](/assets/images/help/settings/email-verify-button.png)
4. {{ site.data.variables.product.prodname_dotcom }} will send you an email with a link in it. After you click that link, you'll be taken to your {{ site.data.variables.product.prodname_dotcom }} dashboard and see a confirmation banner.
4. {% data variables.product.prodname_dotcom %} will send you an email with a link in it. After you click that link, you'll be taken to your {% data variables.product.prodname_dotcom %} dashboard and see a confirmation banner.
![Banner confirming that your email was verified](/assets/images/help/settings/email-verification-confirmation-banner.png)
### Troubleshooting email verification
#### Unable to send verification email
{{ site.data.reusables.user_settings.no-verification-disposable-emails }}
{% data reusables.user_settings.no-verification-disposable-emails %}
#### Error page after clicking verification link
The verification link expires after 24 hours. If you don't verify your email within 24 hours, you can request another email verification link. For more information, see "[Verifying your email address](/articles/verifying-your-email-address)."
If you click on the link in the confirmation email within 24 hours and you are directed to an error page, you should ensure that you're signed into the correct {{ site.data.variables.product.prodname_dotcom }} account.
If you click on the link in the confirmation email within 24 hours and you are directed to an error page, you should ensure that you're signed into the correct {% data variables.product.prodname_dotcom %} account.
1. {{ site.data.variables.product.signout_link }} of your personal {{ site.data.variables.product.prodname_dotcom }} account.
1. {% data variables.product.signout_link %} of your personal {% data variables.product.prodname_dotcom %} account.
2. Quit and restart your browser.
3. {{ site.data.variables.product.signin_link }} to your personal {{ site.data.variables.product.prodname_dotcom }} account.
3. {% data variables.product.signin_link %} to your personal {% data variables.product.prodname_dotcom %} account.
4. Click on the verification link in the email we sent you.
### Further reading