Skip to content

Commit f564448

Browse files
authored
Update {{cookiecutter.project_name}}/project_setup.md
1 parent 4d72917 commit f564448

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

{{cookiecutter.project_name}}/project_setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ git add .
2020
git commit -m "first commit"
2121
git branch -M main
2222
git remote add origin {{ cookiecutter.repository }}
23+
# on github, create {{ cookiecutter.repository }} as an empty repository
2324
git push --set-upstream origin main
2425
```
2526

0 commit comments

Comments
 (0)