Commit Commits, Branches, and Tags — What You Need to Know! How commits, branches, and tags interplay, and how to make the most of them.
Git Featured How Does Git Store Files? In this post, I'll show you how project files and folders are stored, and how they relate to the overarching commit history — all from a conceptual point of view.
Git Featured Immutable Snapshots – One of Git's Core Concepts 🚀 One of Git's core concepts, that's easily overlooked and sometimes misunderstood, is the fact that all commits are immutable snapshots of the entire project! In this post I'll illustrate what this really means.