Skip to content

Commit 1e56979

Browse files
committed
Add hands-on guides, edit slides
1 parent 3b0cb95 commit 1e56979

8 files changed

Lines changed: 1840 additions & 21 deletions

File tree

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@ SPDX-FileCopyrightText: © 2026 Toon Verstraelen <Toon.Verstraelen@UGent.be>
33
SPDX-License-Identifier: CC-BY-4.0
44
-->
55

6-
![License](https://img.shields.io/github/license/reproducible-reporting/bootstrap)
7-
[![Reproducible Reporting](https://raw.githubusercontent.com/reproducible-reporting/.github/main/profile/logo.svg)](https://github.com/reproducible-reporting)
6+
![License](https://img.shields.io/github/license/molmod/git-tutorial)
7+
[![Publish Slides](https://github.com/molmod/git-tutorial/actions/workflows/publish.yaml/badge.svg)](https://github.com/molmod/git-tutorial/actions/workflows/publish.yaml)
88

99
# CMM Git(Hub) tutorial
1010

11-
The tutorial slides are built with GitHub actions and Typst and are available in the releases section of this repository.
12-
The source code for the slides is in the `slides` directory.
11+
## Overview
12+
13+
This repository contains the source materials for the CMM Git(Hub) tutorial.
14+
15+
1. Start with the tutorial slides, which are available in the releases section of this repository.
16+
(These will be presented during the live tutorial session.)
17+
1. Then get a basic understanding of GitHub's features by following [`handson_web.md`](handson_web.md).
18+
1. Finally, dive into the command-line usage of Git with the hands-on tutorial in [`handson_cli.md`](handson_cli.md).
1319

1420
## License
1521

REUSE.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,19 @@
33

44
version = 1
55

6+
# PNGs were created by the author.
7+
[[annotations]]
8+
path = "*.png"
9+
precedence = "override"
10+
SPDX-FileCopyrightText = "© Toon Verstraelen"
11+
SPDX-License-Identifier = "CC-BY-4.0"
12+
613
# Most SVGs, except the ones below, were created by the author.
714
[[annotations]]
8-
path = "slides/*.svg"
15+
path = [
16+
"*.svg",
17+
"slides/*.svg",
18+
]
919
precedence = "override"
1020
SPDX-FileCopyrightText = "© Toon Verstraelen"
1121
SPDX-License-Identifier = "CC-BY-4.0"

git_workflow.svg

Lines changed: 1019 additions & 0 deletions
Loading

github_ssh_url.png

58.9 KB
Loading

0 commit comments

Comments
 (0)