The course gives a basic introduction to Git as stated in the describtion. After completing the course, I understand the basics of GIT and how to organise software projects in local and remote repositories. However there are a few things that could be improved for a more effective course
-most importantly: it is not possible to directly follow the shown examples of GIT conflicts since live. An example of a public repository with conflicts is only provided at the very end in exercise 4/4. In order to follow the lecture, I tried to re-create similar conflicts as shown in the lecture. However, this required already a much deeper understanding of GIT. It would be useful to provide more material and maybe one general remote repo that allows the users to directly follow the lecturer live
-sometimes the sequence of new GIT vocabulary is quite confusing. It would be much more intuitive to use visual representation of the GIT workflow. There are great flow-charts for GIT available everywhere online. However, the course didnot use any and didnot even link to them in the reading sections
-the reading sections of the course are very limited and only include an un-commented list of web links. Really useful cheatsheets are not included directly in the cours
-the humor of the lecturer (play of words etc) does not really translate well to the audiance via the videos
-2/4 lab exercises were rather frustrating. While, the actual exercises only took around 5minutes to solve, I was fighting 1-3 hours with the frame work of exercise 3 or with the code example provided for exercise 4.