1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Add "Repositories" doc set (#21294)

This commit is contained in:
Laura Coursen
2021-09-10 08:48:54 -05:00
committed by GitHub
parent b1daed5d15
commit 57740f3424
209 changed files with 1852 additions and 2086 deletions

View File

@@ -58,7 +58,7 @@ shortTitle: Add a project locally
{% mac %}
1. [Create a new repository](/articles/creating-a-new-repository) on {% data variables.product.product_location %}. To avoid errors, do not initialize the new repository with *README*, license, or `gitignore` files. You can add these files after your project has been pushed to {% data variables.product.product_name %}.
1. [Create a new repository](/repositories/creating-and-managing-repositories/creating-a-new-repository) on {% data variables.product.product_location %}. To avoid errors, do not initialize the new repository with *README*, license, or `gitignore` files. You can add these files after your project has been pushed to {% data variables.product.product_name %}.
![Create New Repository drop-down](/assets/images/help/repository/repo-create.png)
{% data reusables.command_line.open_the_multi_os_terminal %}
3. Change the current working directory to your local project.
@@ -169,4 +169,4 @@ shortTitle: Add a project locally
## Further reading
- "[Adding a file to a repository using the command line](/articles/adding-a-file-to-a-repository-using-the-command-line)"
- "[Adding a file to a repository](/repositories/working-with-files/managing-files/adding-a-file-to-a-repository#adding-a-file-to-a-repository-using-the-command-line)"