1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Add hands-on practice section for repository management (#56695)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ari LiVigni
2025-07-20 14:06:56 -04:00
committed by GitHub
parent b536d39eaa
commit 3ae0bc66c8

View File

@@ -43,3 +43,7 @@ To maintain quality of important branches, such as `main`, while using a branchi
To optimize performance, {% data variables.product.prodname_dotcom %} limits the sizes of files allowed in repositories. For more information, see [AUTOTITLE](/repositories/working-with-files/managing-large-files/about-large-files-on-github).
To track large files in a Git repository, we recommend using {% data variables.large_files.product_name_long %} ({% data variables.large_files.product_name_short %}). For more information, see [AUTOTITLE](/repositories/working-with-files/managing-large-files/about-git-large-file-storage).
## Hands-on practice
Try the [Introduction to Repository Management](https://github.com/skills/introduction-to-repository-management/) Skills exercise for practical experience with repository management.