diff --git a/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github.md b/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github.md index 2e04cd85a8..42d188af5d 100644 --- a/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github.md +++ b/content/get-started/importing-your-projects-to-github/importing-source-code-to-github/adding-locally-hosted-code-to-github.md @@ -38,7 +38,7 @@ If you have existing source code or repositories stored locally on your computer git init -b main ``` -1. Stage and commit all the files in your project +1. Stage and commit all the files in your project. ```shell git add . && git commit -m "initial commit"