1 July 2026 · 1187 words · 6 mins
Getting started with Git — creating repositories, tracking changes, and syncing with remote servers.
4 July 2026 · 1275 words · 6 mins
How to use branches to work on features independently, merge them back together, and resolve conflicts when they arise.
29 July 2026 · 1618 words · 8 mins
How to explore and investigate your project’s history — viewing commits, comparing changes, finding who changed what, and tracking down the exact commit that introduced a bug.
31 July 2026 · 2062 words · 10 mins
How to work with others using Git — managing remotes, syncing changes, handling upstream repositories, forking, and the pull request workflow.
5 August 2026 · 2007 words · 10 mins
How to customize Git to fit your workflow — global and local settings, useful aliases, output formatting, and hooks that automate repetitive tasks.