Fix small git url typo (#218)

This commit is contained in:
Tan Nhu 2023-01-16 12:26:41 -08:00 committed by GitHub
parent 92c82f5c44
commit fd5bbc6904

View File

@ -258,7 +258,7 @@ repoEmptyMarkdown: |
### Or you can push an existing repository
```sh
git remote add origin REPO_URL.git
git remote add origin REPO_URL
git branch -M main
git push -u origin main
```