Slides can be found here: [[http://cbio.ensmp.fr/~nvaroquaux/teaching/2014-spss/git.html]]

**Amendment to the slides**

To create a clonable private repository on a server on which you have ssh access:

''git clone --bare url name.git''

''scp -r name.git user@server.org:''

''git clone user@server.org/name.git my_new_clonable_git_repository''


Use arrows to move from one slide to another

Other materials:
  * Official git book: [[http://git-scm.com/book]]
  * Git lecture notes: [[http://git-lectures.github.io/]]
  * Software Carpentry lecture on version control with git: [[http://software-carpentry.org/v5/novice/git/index.html]]