Guides
Git
Introduction to Git and Github
This tutorial will describe how to use Github for use in your courses and to manage and share your code among your peers for group assignments and projects
Git - The Simple Guide
A simple guide for getting started with Git.
Learn Git
Version control is an essential tool if you want to be successful in today's web & software world. This online book will help you master it with ease.
Pro Git
Effective and well-implemented version control is a necessity for successful web projects, whether large or small.
With this book you’ll learn how to master the world of distributed version workflow, use the distributed features of Git to the full, and extend Git to meet your every need.
Git Tutorial - W3Schools
Git is a popular version control system. It was created by Linus Torvalds in 2005, and has been maintained by Junio Hamano since then.
It is used for:
- Tracking code changes
- Tracking who made changes
- Coding collaboration