Git from the Bottom Up
Welcome to the world of Git. I hope this document will help to advance your understanding of this powerful content tracking system, and reveal a bit of the simplicity underlying it — however dizzying its array of options may seem from the outside.
Introduction Welcome to the world of Git. I hope this document will help to advance your understanding of this powerful content tracking system, and reveal a bit of the simplicity underlying it — however dizzying its array of options may seem from the outside. Before we dive in, there are a few terms which should be mentioned first, since they’ll appear repeatedly throughout this text: repository — A repository is a collection of commits, each of which is an archive of what the project’s working tree looked like at a past date, whether on your machine or someone else’s. It also defines…
saved by
related reading
- Using Gitcs61bl.org
- Git was built in 5 daysgraphite.dev
- How Git works: A complete guide to branches, merges, and collaborationdeveloper.ibm.com
- Git - user-manual Documentationgit-scm.com
- What is a git "Snapshot"? - Stack Overflowstackoverflow.com
- Version Control (Git) · Missing Semestermissing.csail.mit.edu
- Git at any scalecursor.com
- Useful git commands for SRE and DevOps engineersreliabilityengineering.substack.com
- Version Control with Gitweb.mit.edu
- How I Use Git Worktreesmatklad.github.io
- Reading 5: Version Controlweb.mit.edu
- A successful Git branching model >> nvie.comnvie.com