I prepared a brief introduction to Git (document) during our projet long at ENSEEIHT (back in 2015). In this document, I recap the main features of Git to explain why it is so awesome! I follow the same plan as the one of that book but I keep only vital information.
Table of contents of the document
- Getting Started
- About Version Control
- Git Basics
- First-Time Git Setup
- Git Basics
- Getting a Git Repository
- Recording Changes to the Repository
- Viewing the Commit History
- Undoing Things
- Working with Remotes
- Git Branching
- Branches in a Nutshell
- Basic Branching and Merging