Skip to content

Latest commit

 

History

History

exercises

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Exercises: Infrastructure

Theoretical exercises:

The solutions are available.

If you need some practice with Git, try following along the Git commands in the lecture notes. There are also online tutorials such as Git's tutorial, GitHub's Git cheat sheets, or Atlassian's Git tutorial.

Ideas for your own projects:

  • Use Git for your own project, and try to create commits with good commit messages and related contents
  • Host your project on an online Git hosting service such as GitHub or BitBucket
  • Use continuous integration, for instance with GitHub Actions or Cirrus CI