From 960444a0f1ab3030d088a9767cd291787ee30219 Mon Sep 17 00:00:00 2001 From: SeanAverS Date: Mon, 10 Jun 2024 11:22:25 -0700 Subject: [PATCH] update placeholder formatting (#33412) Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> --- .../adding-locally-hosted-code-to-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github.md b/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github.md index 5ecd9a5c19..15556ac5b2 100644 --- a/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github.md +++ b/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/adding-locally-hosted-code-to-github.md @@ -84,7 +84,7 @@ After you've initialized a Git repository, you can push the repository to {% dat ### Adding a local repository to {% data variables.product.prodname_dotcom %} with {% data variables.product.prodname_cli %} -1. To create a repository for your project on {% data variables.product.prodname_dotcom %}, use the `gh repo create` subcommand. When prompted, select **Push an existing local repository to {% data variables.product.prodname_dotcom %}** and enter the desired name for your repository. If you want your project to belong to an organization instead of your user account, specify the organization name and project name with `organization-name/project-name`. +1. To create a repository for your project on {% data variables.product.prodname_dotcom %}, use the `gh repo create` subcommand. When prompted, select **Push an existing local repository to {% data variables.product.prodname_dotcom %}** and enter the desired name for your repository. If you want your project to belong to an organization instead of your user account, specify the organization name and project name with `ORGANIZATION-NAME/PROJECT-NAME`. 1. Follow the interactive prompts. To add the remote and push the repository, confirm yes when asked to add the remote and push the commits to the current branch.