Skip to content
Snippets Groups Projects
Verified Commit 564d3215 authored by Lukas Kluft's avatar Lukas Kluft
Browse files

Add speaker notes as reminder for important messages

parent c454e686
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,9 @@ On Levante: `module load git`
* Allow incremental development without impacting the other branches
:::
::: {.notes}
Make sure to introduce feature and bugfix
:::
## Create a branch {.leftalign}
......@@ -125,6 +128,11 @@ git diff develop..main
```
:::
::: {.notes}
* Git branches are just pointers to a hash!
* Sometimes it is nice to visualize a branch as a sequence of commits (e.g. "feature branch"), but technically it is just a label for a commit
:::
## Merge a branch
Merge the commits of `develop` into `main`
......@@ -323,6 +331,9 @@ Example from [kernel.org](https://git.kernel.org/pub/scm/linux/kernel/git/torval
![](static/mr.png)
::: {.notes}
GitLab can act as a remote (like Github or even a local copy could also).
:::
## Hands-on session {background-color=var(--dark-bg-color) .leftalign}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment