From b478337b2e4c57c5221ad8d2dd3737019039ca5c Mon Sep 17 00:00:00 2001 From: Arnold Oduor <109024629+arnoldchrisoduor1@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:52:56 +0300 Subject: [PATCH] Full-stop to line 41 --- .../adding-locally-hosted-code-to-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"