1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #21256 from arnoldchrisoduor1/patch-1

Full-stop to line 41
This commit is contained in:
Courtney Wilson
2022-10-11 08:35:33 -05:00
committed by GitHub

View File

@@ -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"