diff --git a/_quarto.yml b/_quarto.yml index f5c3cadb2211a4923f4f5ec1af5b5600150c3366..0f7a29a6f2b73a5ed22b7c2fee61ec5bb1d3fbac 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -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: diff --git a/exercises/git.qmd b/exercises/git.qmd new file mode 100644 index 0000000000000000000000000000000000000000..505dfb1a70702df06e68dd0dad7e052067d56ad8 --- /dev/null +++ b/exercises/git.qmd @@ -0,0 +1,12 @@ +--- +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.