Skip to content

Commit bd3e0e5

Browse files
jspaaksfdiblen
andauthored
Update {{cookiecutter.project_name}}/project_setup.md
Co-authored-by: Faruk D. <fdiblen@users.noreply.github.com>
1 parent 973a7c8 commit bd3e0e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_name}}/project_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ control](https://guide.esciencecenter.nl/#/best_practices/version_control)! We r
1616
```shell
1717
cd {{ cookiecutter.project_name }}
1818
git init
19-
git add .
19+
git add --all
2020
git commit -m "first commit"
2121
git branch -M main
2222
git remote add origin {{ cookiecutter.repository }}

0 commit comments

Comments
 (0)