Chapter 27. Intro to Development Environments

Table of Contents
27.1. References for these Lessons
27.2. Most Recent Lesson's Assignments

27.1. References for these Lessons

Reference material for the lessons will be mentioned in the lessons. For the first topic Git you must familiarize yourselves with the terminal program for your platform. We recommend following videos for

Mac users
https://www.youtube.com/watch?v=5XgBd6rjuDQ a video of about 14 minutes.
Windows users
https://www.youtube.com/watch?v=MBBWVgE0ewk a multivideo introduction. The first four videos will suffice for our purposes, about 25 minutes.

Those videos must be seen before the first lesson. Exercise while you watch them. They cover some very general computer skills. The Git subject also has some recommended videos. See them before the first lesson. They add up to about one hour.

Git tut part 1
Git Tutorial Part 1
Git tut part 2
Git Tutorial Part 2
Git tut part 3
Git Tutorial Part 3
Git tut part 4
Git Tutorial Part 4

The definitive book about Git is [Cha14]. It is free, use it.