* 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
1.8 KiB
title, intro, redirect_from, versions
| title | intro | redirect_from | versions | |||||
|---|---|---|---|---|---|---|---|---|
| Adding a file to a repository | You can upload and commit an existing file to a {% data variables.product.product_name %} repository. Drag and drop a file to any directory in the file tree, or upload files from the repository's main page. |
|
|
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."
{% tip %}
Tips:
- You can upload multiple files to {% data variables.product.product_name %} at the same time.
- {% data reusables.repositories.protected-branches-block-web-edits-uploads %}
{% endtip %}
{% data reusables.repositories.navigate-to-repo %}
{% if currentVersion != "free-pro-team@latest" and currentVersion ver_lt "enterprise-server@2.22" %}
2. Under your repository name, click Upload files.
{% else %}
2. Above the list of files, using the Add file drop-down, click Upload files.
{% endif %}
3. Drag and drop the file or folder you'd like to upload to your repository onto the file tree.
{% data reusables.files.write_commit_message %}
{% data reusables.files.choose_commit_branch %}
6. Click Commit changes.
