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

Add exercises for git lecture

parent bdfcce4d
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,22 @@ website:
# - "lectures/file-and-data-systems/slides.qmd"
# - "lectures/memory-hierarchies/slides.qmd"
# - "lectures/student-talks/slides.qmd"
- section: "Exercises"
contents:
- "exercises/git.qmd"
# - "exercises/programming_paradigms.qmd"
# - "exercises/data_structures.qmd"
# - "exercises/complexity.qmd"
# - "exercises/debugging.qmd"
# - "exercises/good_scientific_practice.qmd"
# - "exercises/user_experience.qmd"
# - "exercises/testing.qmd"
# - "exercises/git2.qmd"
# - "exercises/parallelism.qmd"
# - "exercises/hardware.qmd"
# - "exercises/file_and_data_systems.qmd"
# - "exercises/memory_hierarchies.qmd"
# - "exercises/student_talks.qmd"
format:
html:
......
---
title: "Git"
---
Think about different occasions in your studies or work in which Git may help
you. Are there any limitations? Summarise your thoughts in a text file and add
it to your personal course repository.
If you already have some existing scripts/code from you day-to-day work, you
may want to add those to a git repository and refer to it.
Next week we will randomly select some participants to discuss their thoughts.
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