git recent: what branch did I work on? [blog]
A developer shares a custom Git alias to quickly list the most recently worked-on local branches, helping track workflow across multiple branches.
A developer shares a custom Git alias to quickly list the most recently worked-on local branches, helping track workflow across multiple branches.
Explores the need for new developer tools like Entire to manage AI-generated code, as traditional Git struggles with agent-written commits lacking context.
Essential Git configuration settings to improve workflow, including rebase on pull, auto-setup remote, and better diff algorithms.
Explains how stacked pull requests can speed up development by enabling parallel work and avoiding large, hard-to-review PRs.
A developer shares the usefulness of the git shortlog command for summarizing contributions and generating contributor lists.
A guide to long-term best practices for managing open-source projects, covering organization, PRs, issues, security, and releases.
Explains how Git worktrees enable parallel execution of AI coding agents, improving developer productivity by managing multiple tasks simultaneously.
A guide explaining Git worktrees, including commands for creating, listing, and removing them to manage multiple branches simultaneously.
A guide on backporting security fixes to older releases in Conda Forge, using a Dask vulnerability patch as a practical example.
Guide on triggering GPG passphrase prompts and clearing the agent's cache for scripting and automation tasks in Linux.
A developer shares 2025 blog analytics, revealing top-performing posts about VS Code, React Native, and other tech tools, and insights on traffic sources.
Explores two distinct ways of using Git: for collaboration with immutable shared history, and for tactical, local development.
A developer's weekly update covering publishing tech blog posts, working on Expo docs, and experimenting with Codex CLI for automation and app building.
The author describes their work improving Git's official documentation, including creating a new data model document and updating core man pages.
A developer shares their New Year's goal to simplify their website using AI-assisted coding, detailing specific changes made to their Jekyll static site.
A developer shares custom Vim/Neovim key mappings for efficient Git operations like staging hunks and navigating changes directly within the editor.
How to retrieve archived Git repositories from Software Heritage, using a UK government open source project as a case study.
A critique of perpetual 'improved Git integration' in IDEs, arguing developers should learn core Git instead of waiting for tools.
Git Rail Control is an interactive, gamified platform for learning Git commands through a railway-themed simulation.
Explains why 'git mv' is essential for tracking filename case changes on case-insensitive file systems like macOS and Windows.