1
0
mirror of synced 2026-01-05 21:04:17 -05:00

Merge pull request #31605 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-10-11 07:11:19 -07: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"