Exercises about the **git** lecture will be proposed after the lecture.

Files:
  * {{materials:exercise_single_local_no_solutions.txt|Exercise about using git in case of single developer and local repository.}}
  * {{materials:exercise_single_local.txt|Solutions to the exercise about using git in case of single developer and local repository.}}
  * {{materials:exercise_multi_remote_no_solutions.txt|Exercise about using git in case of multiple developers and a remote shared repository.}}
  * {{materials:exercise_multi_remote.txt|Solutions to the exercise about using git in case of multiple developers and a remote shared repository.}}


**WARNING**: in order to run the the python file social_network.py within the second exercise you need to install the networkx package:
   * ''sudo apt-get install python-networkx''

<box orange 95%>Git account names for exercises: [[:accounts]]. More info [[materials:version_control#accounts|on the lecture page]]</box>