1
0
mirror of synced 2026-01-08 12:01:53 -05:00

Update adding-a-file-to-a-repository.md

This commit is contained in:
Vedant Singhania
2022-08-14 23:48:22 -07:00
committed by GitHub
parent ca8b5e5551
commit 266ae7d426

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 GitHub](https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github)."
{% tip %}