This course will become read-only in the near future. Tell us at community.p2pu.org if that is a problem.

Install Git


Install Git

Use the following documentation to install and configure Git:

Post successes, questions, failures, etc to this assignment page. We will do our best to help each other along the way.

Verify the Git installation

In order to see if you are setup and initilized properly run the following command in your teminal:

git config --global -l 

Git Philosophy and Familiarization

If everything is initialized properly, read the Git Community Book chapter entitled Welcome to Git.

Task Discussion