fix: [code-860]: fix string

This commit is contained in:
calvin 2023-09-14 12:14:48 -06:00
parent 5d372987db
commit 3d24bfc22c

View File

@ -385,7 +385,7 @@ repoEmptyMarkdownExisting: |
### Or you can push an existing repository
```sh
git remote add REPO_URL
git remote add origin REPO_URL
git branch -M DEFAULT_BRANCH
git push -u origin DEFAULT_BRANCH
```