Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lecture materials
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marius Rixen
lecture materials
Commits
cfb00fe0
Verified
Commit
cfb00fe0
authored
11 months ago
by
Lukas Kluft
Browse files
Options
Downloads
Patches
Plain Diff
Add exercises for git lecture
parent
bdfcce4d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_quarto.yml
+16
-1
16 additions, 1 deletion
_quarto.yml
exercises/git.qmd
+12
-0
12 additions, 0 deletions
exercises/git.qmd
with
28 additions
and
1 deletion
_quarto.yml
+
16
−
1
View file @
cfb00fe0
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
exercises/git.qmd
0 → 100644
+
12
−
0
View file @
cfb00fe0
---
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment