Best Practice / git

Nicola Chiapolini

Lecture

Exercises Git

The exercise files below contain a list of steps that you are requested to follow using a shell and issuing the appropriate git commands. Please write down those same commands within the text file just after each instruction item. This will help you to keep track of what you did and to discuss with tutors.

Note: If you have not used git in the terminal before, have a look at setup_hints.md.

  • exercise_single_local.txt
    This exericse is identical to the demo shown in the lecture.
  • exercise_multi_remote.txt
    This exercise depends on the presence of other people solving it at the same time. So please do not start it before the planned exercise time. In addition there are several places where you are asked to tell the tutors you reached a given spot. If you understand what is happening, you can play the tutors role in your exercise group. If you are unsure, just raise the help status.
  • advanced_single.txt
    This exericse extends the single-local exercise and introduces advanced manipulations.

Solutions/Demo