Monthly Archives: January 2016

Git lessons: introduction

These lessons are an introductory Git tutorial. They covers the basics of creating local repositories as well as tracking new files and changes to existing files. They will also cover branching, merging and working with remote repositories. What is Git. Git is a version control system. As described by Scott Chacon and Ben Straub in the introduction of their book

Read more