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.
A technical deep dive into Entire's architecture, explaining how it uses git primitives and agent hooks to create a session-aware metadata layer.
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 enhancing a poetry app's share links with Myers Diff algorithm to show granular differences between poem snapshots and live edits.
Explains how to use Git worktrees and AI agent skills to enable parallel coding workflows, allowing multiple AI agents to work on different features simultaneously.
A developer shares the usefulness of the git shortlog command for summarizing contributions and generating contributor lists.
GExperts 64-bit update enables the Explicit Filter expert, which suppresses unnecessary layout properties in Delphi .dfm files to clean up version control diffs.
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 to using Subversion's svn:global-ignores property for repository-wide file ignore patterns, ensuring consistency across a development team.
Explores two distinct ways of using Git: for collaboration with immutable shared history, and for tactical, local development.
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 custom Vim/Neovim key mappings for efficient Git operations like staging hunks and navigating changes directly within the editor.
A developer uses AI to create a script for extracting specific file versions from ZFS snapshots, detailing the tool's use case and functionality.
Explains SQLite's selective contribution process and the required public domain copyright release, with a query showing contributor stats.
A developer explains a feed duplication bug caused by renaming a blog post file and discusses the challenge of stable IDs in static site generators.
A critique of perpetual 'improved Git integration' in IDEs, arguing developers should learn core Git instead of waiting for tools.
A developer revisits building an RSS feed reader using AI coding assistants like Claude Code, detailing the setup, iterative development process, and pricing considerations.
Git Rail Control is an interactive, gamified platform for learning Git commands through a railway-themed simulation.