Best of Version ControlNovember 2025

  1. 1
    Article
    Avatar of thoughbotthoughbot·26w

    Git 3.0 will use main as the default branch

    Git 3.0 will default to 'main' as the initial branch name instead of 'master', marking the completion of a transition announced in 2020. Expected near the end of 2026, the release will also switch from SHA-1 to SHA-256 hashing for improved security, introduce a new storage format optimized for macOS and Windows, and formally integrate Rust into the build process.

  2. 2
    Article
    Avatar of systemdesignnewsSystem Design Newsletter·29w

    21 Git Commands for Software Engineers

    A comprehensive guide covering 21 essential Git commands, from basic operations like init, add, and commit to advanced techniques like bisect, rebase, and cherry-pick. Each command includes practical explanations, common mistakes developers make, and why the command matters for version control workflows. The guide covers concepts like working directory, staging area, and repository management, with specific focus on avoiding pitfalls like losing uncommitted changes, creating merge conflicts, and misusing history-rewriting commands.

  3. 3
    Article
    Avatar of ghblogGitHub Blog·27w

    Highlights from Git 2.52

    Git 2.52 introduces several performance improvements and new features. The release adds git last-modified for efficient tree-level blame operations (5x faster than previous methods), a new geometric maintenance strategy for large repositories, and experimental git repo command for repository information. Notable additions include git refs list and git refs exists subcommands, optional Rust support for internal functionality, enhanced Bloom filter support for pathspec queries, and git sparse-checkout clean for recovery scenarios. The release also prepares for Git 3.0 changes, including SHA-256 as default hash algorithm and 'main' as default branch name.