Skip to content

Commit

Permalink
Bug fixes for Enterprise content, 2022-09-09 (github#30644)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpollard authored Sep 12, 2022
1 parent 5f46725 commit f57d7dc
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
25 changes: 24 additions & 1 deletion content/rest/repos/lfs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Git LFS
intro: ''
intro: 'You can enable or disable {% data variables.large_files.product_name_long %} (LFS) for a repository.'
versions:
fpt: '*'
ghes: '>=3.3'
Expand All @@ -12,3 +12,26 @@ miniTocMaxHeadingLevel: 3
allowTitleToDifferFromFilename: true
---

## About the {% data variables.large_files.product_name_short %} API

You can use {% data variables.large_files.product_name_short %} to store large files in a Git repository. The {% data variables.large_files.product_name_short %} API allows you to enable or disable the feature for an individual repository. For more information about {% data variables.large_files.product_name_short %}, see "[About {% data variables.large_files.product_name_short %}](/repositories/working-with-files/managing-large-files/about-git-large-file-storage)."

People with admin access to a repository can use the {% data variables.large_files.product_name_short %} API.

{% ifversion fpt or ghec %}

Usage of {% data variables.large_files.product_name_short %} is subject to billing. For more information, see "[About billing for {% data variables.large_files.product_name_long %}](/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage)."

If you want to use the {% data variables.large_files.product_name_short %} API for a repository that belongs to an organization, your role must provide you with access to the organization's{% ifversion ghec %} or enterprise's{% endif %} billing.{% ifversion fpt %} For more information, see "[Roles in an organization](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#organization-owners)."{% endif %}

{% ifversion ghec %}

| Repository ownership | Required repository access | Required role | More information |
| :- | :- | :- | :- |
| Personal account | Admin | N/A | N/A |
| <ul><li>Organization on {% data variables.product.prodname_team %}</li><li>Organization on {% data variables.product.product_name %}, but not in an enterprise</li></ul> | Admin, which is inherited if you are an organization owner | Organization owner or billing manager | "[Roles in an organization](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#organization-owners)" |
| Organization in an enterprise | Admin, which can be inherited if you are an organization owner | Enterprise owner or billing manager | "[Roles in an enterprise](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise#enterprise-owners)" |

{% endif %}

{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ For urgent issues, we can help you in English 24 hours per day, 7 days per week,

{% data variables.contact.enterprise_support %} does not provide Japanese-language support on December 28th through January 3rd as well as on the holidays listed in [国民の祝日について - 内閣府](https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html).

{% ifversion ghes %}{% data reusables.enterprise_enterprise_support.installing-releases %}{% endif %}
{% data reusables.enterprise_enterprise_support.installing-releases %}

{% endif %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{% ifversion ghes %}

## Installing {% data variables.product.prodname_ghe_server %} releases

To ensure that {% data variables.product.product_location %} is stable, you must install and implement {% data variables.product.prodname_ghe_server %} releases. Installing {% data variables.product.prodname_ghe_server %} releases ensures that you have the latest features, modifications, and enhancements as well as any updates to features, code corrections, patches or other general updates and fixes to {% data variables.product.prodname_ghe_server %}.

{% endif %}

0 comments on commit f57d7dc

Please sign in to comment.