git commits from then to now

To show all commit "children" from a specific commit to current `master`, [use git log](https://stackoverflow.com/a/9870218/1162143)
like 
```bash
git log --reverse --ancestry-path 894e8b4e93d8f3^..master
```

alexanderpresber
April 16, 2024
