Skip to content

Commit 7d1392e

Browse files
authored
feat: review submodule commit command
Add a commit command for the data repository submodule.
1 parent 4defddd commit 7d1392e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ To privately manage your input files for each day.
7474
```bash
7575
git clone https://github.com/Flashky/advent-of-code-{year}.git &&
7676
cd advent-of-code-{year} &&
77-
git submodule add -b master https://github.com/Flashky/advent-of-code-{year}-data.git src/test/resources/inputs &&
77+
git submodule add -b master https://github.com/Flashky/advent-of-code-{year}-data.git src/test/resources/inputs &&
78+
git commit -m "test: add data repository as submodule" &&
7879
git push
7980
```
8081

0 commit comments

Comments
 (0)