Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 28f912c

Browse files
committed
More consistent git commit at end of every module
1 parent a11f750 commit 28f912c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

modules/02-new-geospatial-tools/exercise.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,11 @@ The Notebook contains everything you need to complete step 2 of this exercise.
4242
We'd be SO thrilled if you'd
4343
[open an experience report](https://github.com/geojupyter/jupytergis/issues/new/choose)
4444
to share your thoughts.
45+
46+
47+
## Step 4: Save our work to GitHub
48+
49+
```bash
50+
git commit --all --message="Complete module 2"
51+
git push origin main
52+
```

modules/03-sharing-your-work/exercise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ When you build your own MyST website, you can reproduce this with `myst init --s
6464
### Step 5: Save to GitHub
6565

6666
```bash
67-
git commit --all --message="Display data in notebook"
67+
git commit --all --message="Complete module 3"
6868
git push origin main
6969
```
7070

0 commit comments

Comments
 (0)