1
0
mirror of synced 2026-01-09 06:03:09 -05:00

Merge branch 'main' into repo-sync

This commit is contained in:
Octomerger Bot
2022-08-16 05:24:04 -04:00
committed by GitHub

View File

@@ -9,6 +9,7 @@ redirect_from:
- /github/managing-files-in-a-repository/adding-a-file-to-a-repository-using-the-command-line
- /github/managing-files-in-a-repository/managing-files-on-github/adding-a-file-to-a-repository
- /github/managing-files-in-a-repository/managing-files-using-the-command-line/adding-a-file-to-a-repository-using-the-command-line
- /github/managing-large-files/about-large-files-on-github
versions:
fpt: '*'
ghes: '*'
@@ -21,7 +22,7 @@ shortTitle: Add a file
## Adding a file to a repository on {% data variables.product.product_name %}
Files that you add to a repository via a browser are limited to {% data variables.large_files.max_github_browser_size %} per file. You can add larger files, up to {% data variables.large_files.max_github_size %} each, via the command line. For more information, see "[Adding a file to a repository using the command line](#adding-a-file-to-a-repository-using-the-command-line)."
Files that you add to a repository via a browser are limited to {% data variables.large_files.max_github_browser_size %} per file. You can add larger files, up to {% data variables.large_files.max_github_size %} each, via the command line. For more information, see "[Adding a file to a repository using the command line](#adding-a-file-to-a-repository-using-the-command-line)." To add files larger than {% data variables.large_files.max_github_size %}, you must use {% data variables.large_files.product_name_long %}. For more information, see "[About large files on {% data variables.product.product_name %}](/repositories/working-with-files/managing-large-files/about-large-files-on-github)."
{% tip %}