Slide deck for the Git and GitHub tutorial
- Create a GitHub issue and a topic branch
<user>/issue<number>(e.g.astropenguin/issue1) - Commit your updates on
slides/* - Merge your commits into the main branch
- Create a release with a tag
v<year>.<month>.<patch>(e.g.v2026.1.0) - The slide deck will be published at
https://kit-sas.github.io/git-github-tutorial-slides/<tag>