Version Control with Git: Setup

Please see this section of the workshop template for instructions on installing Git.

We’ll do our work in the git-novice folder, please follow the commands instructed below:

$ cd ~
$ mkdir git-novice
$ cd git-novice
$ which git
$ git -v