Summary and Schedule

Prerequisite

Before joining Advanced Git Version Control, participants should

Summary

This lesson extends the Software Carpentry’s Version Control with Git.

Callout

🚧 Under Construction 🚧

This lesson is still under construction and may change when the material was used in several workshops—please be patient.

This is a lesson built with [The Carpentries Workbench][workbench].

The actual schedule may vary slightly depending on the topics and exercises chosen by the instructor.

Installing Git


Since several Carpentries lessons rely on Git, please see this section of the workshop template for instructions on installing Git for various operating systems.

Creating an Account at a Hosting Service


You will need an account for GitHub to follow episodes 3 & 8 in this lesson.


Preparing Your Working Directory


We’ll do our work in the Desktop folder so make sure you change your working directory to it with:

BASH

$ cd
$ cd Desktop