42 lines
2.7 KiB
Markdown
42 lines
2.7 KiB
Markdown
---
|
|
title: Adding an existing project to GitHub using GitHub Desktop
|
|
intro: 'You can add an existing Git repository to {% data variables.product.prodname_dotcom %} using {% data variables.product.prodname_desktop %}.'
|
|
redirect_from:
|
|
- /desktop/contributing-to-projects/adding-an-existing-project-to-github-using-github-desktop
|
|
- /desktop/contributing-and-collaborating-using-github-desktop/adding-an-existing-project-to-github-using-github-desktop
|
|
versions:
|
|
fpt: '*'
|
|
shortTitle: Add an existing project
|
|
---
|
|
{% mac %}
|
|
|
|
{% data reusables.git.remove-git-remote %}
|
|
2. [Add the repository to GitHub Desktop](/desktop/guides/contributing-to-projects/adding-a-repository-from-your-local-computer-to-github-desktop/).
|
|
{% data reusables.desktop.publish-repository %}
|
|
4. Type the desired name of the repository in the **Name** field or use the default current local repository name.
|
|

|
|
5. To publish a public repository, unselect **Keep this code private**.
|
|

|
|
6. Choose the organization in the **Organization** drop-down where you want to publish the repository, or select **None** to publish the repository to your personal account.
|
|

|
|
7. Click the **Publish Repository** button.
|
|

|
|
|
|
{% endmac %}
|
|
|
|
{% windows %}
|
|
|
|
{% data reusables.git.remove-git-remote %}
|
|
2. [Add the repository to GitHub Desktop](/desktop/guides/contributing-to-projects/adding-a-repository-from-your-local-computer-to-github-desktop/).
|
|
{% data reusables.desktop.publish-repository %}
|
|
4. Type the desired name of the repository in the **Name** field or use the default current local repository name.
|
|

|
|
5. To publish a public repository, unselect **Keep this code private**.
|
|

|
|
6. Choose the organization in the **Organization** drop-down where you want to publish the repository, or select **None** to publish the repository to your personal account.
|
|

|
|
7. Click the **Publish repository** button.
|
|

|
|
|
|
{% endwindows %}
|