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:
@@ -13,7 +13,7 @@ A repository's graphs give you information on {% if currentVersion == "free-pro-
|
||||
|
||||
{% if currentVersion == "free-pro-team@latest" %}
|
||||
|
||||
Some repository graphs are available only in public repositories with {{ site.data.variables.product.prodname_free_user }}:
|
||||
Some repository graphs are available only in public repositories with {% data variables.product.prodname_free_user %}:
|
||||
- Pulse
|
||||
- Contributors
|
||||
- Traffic
|
||||
@@ -21,7 +21,7 @@ Some repository graphs are available only in public repositories with {{ site.da
|
||||
- Code frequency
|
||||
- Network
|
||||
|
||||
All other repository graphs are available in all repositories. Every repository graph is available in public and private repositories with {{ site.data.variables.product.prodname_pro }}, {{ site.data.variables.product.prodname_team }}, and {{ site.data.variables.product.prodname_ghe_cloud }}. {{ site.data.reusables.gated-features.more-info }}
|
||||
All other repository graphs are available in all repositories. Every repository graph is available in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, and {% data variables.product.prodname_ghe_cloud %}. {% data reusables.gated-features.more-info %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -10,16 +10,16 @@ versions:
|
||||
|
||||
The dependency graph is available for every{% if currentVersion == "free-pro-team@latest" %} public{% endif %} repository that defines dependencies in a supported package ecosystem using a supported file format.{% if currentVersion == "free-pro-team@latest" %} Repository administrators can also set up the dependency graph for private repositories.{% endif %}
|
||||
|
||||
{{ site.data.reusables.repositories.enable-security-alerts }}
|
||||
{% data reusables.repositories.enable-security-alerts %}
|
||||
|
||||
### About the dependency graph
|
||||
|
||||
The dependency graph is a summary of the manifest and lock files stored in a repository. For each repository, it shows{% if currentVersion == "free-pro-team@latest" %}:
|
||||
|
||||
- Dependencies, the ecosystems and packages it depends on
|
||||
- Dependents, the repositories and packages that depend on it{% else %} dependencies, that is, the ecosystems and packages it depends on. {{ site.data.variables.product.prodname_ghe_server }} does not calculate information about dependents, the repositories and packages that depend on a repository.{% endif %}
|
||||
- Dependents, the repositories and packages that depend on it{% else %} dependencies, that is, the ecosystems and packages it depends on. {% data variables.product.prodname_ghe_server %} does not calculate information about dependents, the repositories and packages that depend on a repository.{% endif %}
|
||||
|
||||
When you push a commit to {{ site.data.variables.product.product_name }} that changes or adds a supported manifest or lock file to the default branch, the dependency graph is automatically updated.{% if currentVersion == "free-pro-team@latest" %} In addition, the graph is updated when anyone pushes a change to the repository of one of your dependencies.{% endif %} For information on the supported ecosystems and manifest files, see "[Supported package ecosystems](#supported-package-ecosystems)" below.
|
||||
When you push a commit to {% data variables.product.product_name %} that changes or adds a supported manifest or lock file to the default branch, the dependency graph is automatically updated.{% if currentVersion == "free-pro-team@latest" %} In addition, the graph is updated when anyone pushes a change to the repository of one of your dependencies.{% endif %} For information on the supported ecosystems and manifest files, see "[Supported package ecosystems](#supported-package-ecosystems)" below.
|
||||
|
||||
### Dependencies included
|
||||
|
||||
@@ -45,12 +45,12 @@ You can use the dependency graph to:
|
||||
|
||||
### Enabling the dependency graph
|
||||
|
||||
{% if currentVersion == "free-pro-team@latest" %}To generate a dependency graph, {{ site.data.variables.product.product_name }} needs read-only access to the dependency manifest and lock files for a repository. The dependency graph is automatically generated for all public repositories and you can choose to enable it for private repositories. For information about enabling or disabling it for private repositories, see "[Exploring the dependencies of a repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository)."{% endif %}
|
||||
{% if currentVersion == "free-pro-team@latest" %}To generate a dependency graph, {% data variables.product.product_name %} needs read-only access to the dependency manifest and lock files for a repository. The dependency graph is automatically generated for all public repositories and you can choose to enable it for private repositories. For information about enabling or disabling it for private repositories, see "[Exploring the dependencies of a repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository)."{% endif %}
|
||||
|
||||
|
||||
{% if currentVersion != "free-pro-team@latest" and currentVersion ver_gt "enterprise-server@2.21" %}If the dependency graph is not available in your system, your site administrator can enable the dependency graph and {{ site.data.variables.product.prodname_dependabot_short }} alerts. For more information, see "[Enabling alerts for vulnerable dependencies on {{ site.data.variables.product.prodname_ghe_server }}](/enterprise/{{ currentVersion }}/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."{% endif %}
|
||||
{% if currentVersion != "free-pro-team@latest" and currentVersion ver_gt "enterprise-server@2.21" %}If the dependency graph is not available in your system, your site administrator can enable the dependency graph and {% data variables.product.prodname_dependabot_short %} alerts. For more information, see "[Enabling alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."{% endif %}
|
||||
|
||||
{% if currentVersion != "free-pro-team@latest" and currentVersion ver_lt "enterprise-server@2.22" %} If the dependency graph is not available in your system, your site administrator can enable the dependency graph and security alerts. For more information, see "[Enabling alerts for vulnerable dependencies on {{ site.data.variables.product.prodname_ghe_server }}](/enterprise/{{ currentVersion }}/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."
|
||||
{% if currentVersion != "free-pro-team@latest" and currentVersion ver_lt "enterprise-server@2.22" %} If the dependency graph is not available in your system, your site administrator can enable the dependency graph and security alerts. For more information, see "[Enabling alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -14,33 +14,33 @@ versions:
|
||||
|
||||
### Viewing the dependency graph
|
||||
|
||||
{{ site.data.reusables.repositories.enable-security-alerts }}
|
||||
{% data reusables.repositories.enable-security-alerts %}
|
||||
|
||||
The dependency graph shows the dependencies{% if currentVersion == "free-pro-team@latest" %} and dependents{% endif %} of your repository. For information about the detection of dependencies and which ecosystems are supported, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)."
|
||||
|
||||
{{ site.data.reusables.repositories.navigate-to-repo }}
|
||||
{{ site.data.reusables.repositories.accessing-repository-graphs }}
|
||||
{{ site.data.reusables.repositories.click-dependency-graph }}{% if currentVersion == "free-pro-team@latest" %}
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.accessing-repository-graphs %}
|
||||
{% data reusables.repositories.click-dependency-graph %}{% if currentVersion == "free-pro-team@latest" %}
|
||||
4. Optionally, under "Dependency graph", click **Dependents**.
|
||||
{% endif %}
|
||||
|
||||
#### Dependencies view
|
||||
|
||||
{% if currentVersion == "free-pro-team@latest" %}
|
||||
Dependencies are grouped by ecosystem. You can expand a dependency to view its dependencies. For dependencies on public repositories hosted on {{ site.data.variables.product.product_name }}, you can also click a dependency to view the repository. Dependencies on private repositories, private packages, or unrecognized files are shown in plain text.
|
||||
Dependencies are grouped by ecosystem. You can expand a dependency to view its dependencies. For dependencies on public repositories hosted on {% data variables.product.product_name %}, you can also click a dependency to view the repository. Dependencies on private repositories, private packages, or unrecognized files are shown in plain text.
|
||||
|
||||
If vulnerabilities have been detected in the repository, these are shown at the top of the view for users with access to {{ site.data.variables.product.prodname_dependabot_alerts }}.
|
||||
If vulnerabilities have been detected in the repository, these are shown at the top of the view for users with access to {% data variables.product.prodname_dependabot_alerts %}.
|
||||
|
||||

|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if currentVersion != "free-pro-team@latest" and currentVersion ver_gt "enterprise-server@2.21" %}
|
||||
Any direct and indirect dependencies that are specified in the repository's manifest or lock files are listed, grouped by ecosystem. If vulnerabilities have been detected in the repository, these are shown at the top of the view for users with access to {{ site.data.variables.product.prodname_dependabot_short }} alerts.
|
||||
Any direct and indirect dependencies that are specified in the repository's manifest or lock files are listed, grouped by ecosystem. If vulnerabilities have been detected in the repository, these are shown at the top of the view for users with access to {% data variables.product.prodname_dependabot_short %} alerts.
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** {{ site.data.variables.product.prodname_ghe_server }} does not populate the **Dependents** view.
|
||||
**Note:** {% data variables.product.prodname_ghe_server %} does not populate the **Dependents** view.
|
||||
|
||||
{% endnote %}
|
||||
|
||||
@@ -48,7 +48,7 @@ Any direct and indirect dependencies that are specified in the repository's mani
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** {{ site.data.variables.product.prodname_ghe_server }} does not populate the **Dependents** view.
|
||||
**Note:** {% data variables.product.prodname_ghe_server %} does not populate the **Dependents** view.
|
||||
|
||||
{% endnote %}
|
||||
|
||||
@@ -59,7 +59,7 @@ Any direct and indirect dependencies that are specified in the repository's mani
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** {{ site.data.variables.product.prodname_ghe_server }} does not populate the **Dependents** view.
|
||||
**Note:** {% data variables.product.prodname_ghe_server %} does not populate the **Dependents** view.
|
||||
|
||||
{% endnote %}
|
||||
|
||||
@@ -67,7 +67,7 @@ Any direct and indirect dependencies that are specified in the repository's mani
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** {{ site.data.variables.product.prodname_ghe_server }} does not populate the **Dependents** view.
|
||||
**Note:** {% data variables.product.prodname_ghe_server %} does not populate the **Dependents** view.
|
||||
|
||||
{% endnote %}
|
||||
|
||||
@@ -86,10 +86,10 @@ Repository administrators can enable or disable the dependency graph for private
|
||||
|
||||
You can also enable or disable the dependency graph for all repositories owned by your user account or organization. For more information, see "[Managing security and analysis settings for your user account](/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account)" or "[Managing security and analysis settings for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization)."
|
||||
|
||||
{{ site.data.reusables.repositories.navigate-to-repo }}
|
||||
{{ site.data.reusables.repositories.sidebar-settings }}
|
||||
{{ site.data.reusables.repositories.navigate-to-security-and-analysis }}
|
||||
4. Read the message about granting {{ site.data.variables.product.product_name }} read-only access to the repository data to enable the dependency graph, then next to "Dependency Graph", click **Enable**.
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.sidebar-settings %}
|
||||
{% data reusables.repositories.navigate-to-security-and-analysis %}
|
||||
4. Read the message about granting {% data variables.product.product_name %} read-only access to the repository data to enable the dependency graph, then next to "Dependency Graph", click **Enable**.
|
||||

|
||||
|
||||
You can disable the dependency graph at any time by clicking **Disable** next to "Dependency Graph" on the Security & analysis tab.
|
||||
@@ -100,7 +100,7 @@ You can disable the dependency graph at any time by clicking **Disable** next to
|
||||
If your dependency graph is empty, there may be a problem with the file containing your dependencies. Check the file to ensure that it's correctly formatted for the file type.
|
||||
|
||||
{% if currentVersion == "free-pro-team@latest" %}
|
||||
If the file is correctly formatted, then check its size. The dependency graph ignores individual manifest and lock files that are over 0.5 Mb, unless you are a {{ site.data.variables.product.prodname_enterprise }} user. It processes up to 20 manifest or lock files per repository by default, so you can split dependencies into smaller files in subdirectories of the repository.{% endif %}
|
||||
If the file is correctly formatted, then check its size. The dependency graph ignores individual manifest and lock files that are over 0.5 Mb, unless you are a {% data variables.product.prodname_enterprise %} user. It processes up to 20 manifest or lock files per repository by default, so you can split dependencies into smaller files in subdirectories of the repository.{% endif %}
|
||||
|
||||
If a manifest or lock file is not processed, its dependencies are omitted from the dependency graph and they can't be checked for vulnerable dependencies.
|
||||
|
||||
@@ -109,5 +109,5 @@ If a manifest or lock file is not processed, its dependencies are omitted from t
|
||||
- "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)"{% if currentVersion == "free-pro-team@latest" %}
|
||||
- "[Viewing insights for your organization](/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization)"
|
||||
- "[Viewing and updating vulnerable dependencies in your repository](/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository)"
|
||||
- "[Understanding how {{ site.data.variables.product.product_name }} uses and protects your data](/github/understanding-how-github-uses-and-protects-your-data)"
|
||||
- "[Understanding how {% data variables.product.product_name %} uses and protects your data](/github/understanding-how-github-uses-and-protects-your-data)"
|
||||
{% endif %}
|
||||
|
||||
@@ -8,7 +8,7 @@ versions:
|
||||
enterprise-server: '*'
|
||||
---
|
||||
|
||||
Forks are listed alphabetically by the username of the person who forked the repository. You can click on the username to be redirected to the user's {{ site.data.variables.product.product_name }} profile page or click on the fork name to be redirected to the specific fork of the repository.
|
||||
Forks are listed alphabetically by the username of the person who forked the repository. You can click on the username to be redirected to the user's {% data variables.product.product_name %} profile page or click on the fork name to be redirected to the specific fork of the repository.
|
||||
|
||||
{% if currentVersion == "free-pro-team@latest" %}
|
||||
|
||||
@@ -22,7 +22,7 @@ Forks are listed alphabetically by the username of the person who forked the rep
|
||||
|
||||
### Accessing the Members graph
|
||||
|
||||
{{ site.data.reusables.repositories.navigate-to-repo }}
|
||||
{{ site.data.reusables.repositories.accessing-repository-graphs }}
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.accessing-repository-graphs %}
|
||||
3. In the left sidebar, click **Forks**.
|
||||

|
||||
|
||||
@@ -5,7 +5,7 @@ redirect_from:
|
||||
- /articles/i-don-t-see-myself-in-the-contributions-graph/
|
||||
- /articles/viewing-contribution-activity-in-a-repository/
|
||||
- /articles/viewing-a-projects-contributors
|
||||
product: '{{ site.data.reusables.gated-features.repository-insights }}'
|
||||
product: '{% data reusables.gated-features.repository-insights %}'
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
enterprise-server: '*'
|
||||
@@ -21,8 +21,8 @@ You can also see a list of people who have contributed to the project's Python d
|
||||
|
||||
### Accessing the contributors graph
|
||||
|
||||
{{ site.data.reusables.repositories.navigate-to-repo }}
|
||||
{{ site.data.reusables.repositories.accessing-repository-graphs }}
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.accessing-repository-graphs %}
|
||||
3. In the left sidebar, click **Contributors**.
|
||||

|
||||
4. Optionally, to view contributors during a specific time period, click, then drag until the time period is selected.
|
||||
@@ -33,7 +33,7 @@ You can also see a list of people who have contributed to the project's Python d
|
||||
If you don't appear in a repository's contributors graph, it may be because:
|
||||
- You aren't one of the top 100 contributors.
|
||||
- Your commits haven't been merged into the default branch.
|
||||
- The email address you used to author the commits hasn't been added to your {{ site.data.variables.product.product_name }} account.
|
||||
- The email address you used to author the commits hasn't been added to your {% data variables.product.product_name %} account.
|
||||
|
||||
{% tip %}
|
||||
|
||||
@@ -43,4 +43,4 @@ If you don't appear in a repository's contributors graph, it may be because:
|
||||
|
||||
If all your commits in the repository are on non-default branches, you won't be in the contributors graph. For example, commits on the `gh-pages` branch aren't included in the graph unless `gh-pages` is the repository's default branch. To have your commits merged into the default branch, you can create a pull request. For more information, see "[About pull requests](/articles/about-pull-requests)."
|
||||
|
||||
If the email address you used to author the commits has not been added to your {{ site.data.variables.product.product_name }} account, your commits won't be linked to your account, and you won't appear in the contributors graph. For more information, see "[Setting your commit email address](/articles/setting-your-commit-email-address)" and "[Adding an email address to your {{ site.data.variables.product.product_name }} account](/articles/adding-an-email-address-to-your-github-account)."
|
||||
If the email address you used to author the commits has not been added to your {% data variables.product.product_name %} account, your commits won't be linked to your account, and you won't appear in the contributors graph. For more information, see "[Setting your commit email address](/articles/setting-your-commit-email-address)" and "[Adding an email address to your {% data variables.product.product_name %} account](/articles/adding-an-email-address-to-your-github-account)."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Viewing a repository's network
|
||||
intro: 'The network graph displays the branch history of the entire repository network, including branches of the root repository and branches of forks that contain commits unique to the network.'
|
||||
product: '{{ site.data.reusables.gated-features.repository-insights }}'
|
||||
product: '{% data reusables.gated-features.repository-insights %}'
|
||||
redirect_from:
|
||||
- /articles/viewing-a-repository-s-network
|
||||
- /articles/viewing-a-repositorys-network
|
||||
@@ -20,7 +20,7 @@ versions:
|
||||
|
||||
### Accessing the network graph
|
||||
|
||||
{{ site.data.reusables.repositories.navigate-to-repo }}
|
||||
{{ site.data.reusables.repositories.accessing-repository-graphs }}
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.accessing-repository-graphs %}
|
||||
3. In the left sidebar, click **Network**.
|
||||

|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Viewing a summary of repository activity
|
||||
intro: 'You can view an overview of a repository''s activity through Pulse. Pulse includes a list of open and merged pull requests, open and closed issues, and a graph showing the commit activity for the top 15 users who committed to the default branch of the project in the selected [time period](/articles/viewing-a-summary-of-repository-activity#filtering-by-time).'
|
||||
product: '{{ site.data.reusables.gated-features.repository-insights }}'
|
||||
product: '{% data reusables.gated-features.repository-insights %}'
|
||||
redirect_from:
|
||||
- /articles/viewing-a-summary-of-repository-activity
|
||||
versions:
|
||||
@@ -13,8 +13,8 @@ Commit co-authors are included in the commit activity summary if their commits w
|
||||
|
||||
### Accessing pulse
|
||||
|
||||
{{ site.data.reusables.repositories.navigate-to-repo }}
|
||||
{{ site.data.reusables.repositories.accessing-repository-graphs }}
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.accessing-repository-graphs %}
|
||||
|
||||
### Filtering by time
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
title: Viewing traffic to a repository
|
||||
intro: 'Anyone with push access to a repository can view its traffic, including full clones (not fetches), visitors from the past 14 days, referring sites, and popular content in the traffic graph.'
|
||||
product: 'This repository insights graph is available in public repositories with {{ site.data.variables.product.prodname_free_user }} and {{ site.data.variables.product.prodname_free_team }} for organizations, and in public and private repositories with {{ site.data.variables.product.prodname_pro }}, {{ site.data.variables.product.prodname_team }}, and {{ site.data.variables.product.prodname_ghe_cloud }}.{% if currentVersion == "free-pro-team@latest" %} For more information, see "[About repository graphs](/articles/about-repository-graphs)" and "[{{ site.data.variables.product.prodname_dotcom }}''s products](/articles/github-s-products)."{% endif %}'
|
||||
product: 'This repository insights graph is available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, and {% data variables.product.prodname_ghe_cloud %}.{% if currentVersion == "free-pro-team@latest" %} For more information, see "[About repository graphs](/articles/about-repository-graphs)" and "[{% data variables.product.prodname_dotcom %}''s products](/articles/github-s-products)."{% endif %}'
|
||||
redirect_from:
|
||||
- /articles/viewing-traffic-to-a-repository
|
||||
versions:
|
||||
free-pro-team: '*'
|
||||
---
|
||||
|
||||
You can navigate to referring sites, excluding search engines and {{ site.data.variables.product.product_name }} itself, from the links the specific paths were referred from. The popular content links to the specific content that generated traffic.
|
||||
You can navigate to referring sites, excluding search engines and {% data variables.product.product_name %} itself, from the links the specific paths were referred from. The popular content links to the specific content that generated traffic.
|
||||
|
||||
Referring sites and popular content are ordered by views and unique visitors. Full clones and visitor information update hourly, while referring sites and popular content sections update daily. All data in the traffic graph uses the UTC+0 timezone, regardless of your location.
|
||||
|
||||
@@ -22,7 +22,7 @@ Referring sites and popular content are ordered by views and unique visitors. Fu
|
||||
|
||||
### Accessing the traffic graph
|
||||
|
||||
{{ site.data.reusables.repositories.navigate-to-repo }}
|
||||
{{ site.data.reusables.repositories.accessing-repository-graphs }}
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.accessing-repository-graphs %}
|
||||
3. In the left sidebar, click **Traffic**.
|
||||

|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Visualizing additions and deletions to content in a repository
|
||||
intro: The code frequency graph displays the content additions and deletions for each week in a repository's history.
|
||||
product: '{{ site.data.reusables.gated-features.repository-insights }}'
|
||||
product: '{% data reusables.gated-features.repository-insights %}'
|
||||
redirect_from:
|
||||
- /articles/visualizing-additions-and-deletions-to-content-in-a-repository
|
||||
versions:
|
||||
@@ -17,7 +17,7 @@ versions:
|
||||
|
||||
### Accessing the code frequency graph
|
||||
|
||||
{{ site.data.reusables.repositories.navigate-to-repo }}
|
||||
{{ site.data.reusables.repositories.accessing-repository-graphs }}
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.accessing-repository-graphs %}
|
||||
3. In the left sidebar, click **Code frequency**.
|
||||

|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Visualizing commits in a repository
|
||||
intro: You can see all commits made to a repository in the past year (excluding merge commits) in the Commit graph.
|
||||
product: '{{ site.data.reusables.gated-features.repository-insights }}'
|
||||
product: '{% data reusables.gated-features.repository-insights %}'
|
||||
redirect_from:
|
||||
- /articles/visualizing-commits-in-a-repository
|
||||
versions:
|
||||
@@ -19,7 +19,7 @@ The bottom graph shows the average number of commits by day of the week for the
|
||||
|
||||
### Accessing the commits graph
|
||||
|
||||
{{ site.data.reusables.repositories.navigate-to-repo }}
|
||||
{{ site.data.reusables.repositories.accessing-repository-graphs }}
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.accessing-repository-graphs %}
|
||||
3. In the left sidebar, click **Commits**.
|
||||

|
||||
|
||||
Reference in New Issue
Block a user