Tag
The London Mercurial sprint gathered nearly 20 developers to work on bug fixes, documentation, and ecosystem projects like hg-git and Heptapod, hosted by Jane Street and organized by Mercurial maintainers.
A critique of Conventional Commits arguing that it prioritizes commit type over scope, which misguides contributors and fails to deliver on its promises.
Jujutsu (jj) version control system has released v0.42.0. Jujutsu is an open-source VCS that uses Git as a storage backend while providing a more ergonomic interface with features inspired by Mercurial, Sapling, and Darcs.
The article highlights the lack of version control and observability in AI memory systems compared to code version control, and questions the current state of tooling for memory history.
An open-source CLI tool that creates, manages, and versions agent skills via GitHub repos, enabling reliable sharing and observation across sessions.
Explains how Git's rerere feature automatically resolves recurring merge conflicts, saving time during frequent rebases or merges.
A tutorial on setting up local git remotes using bare repositories for personal projects, allowing offline-friendly push/pull workflows.
Agent Trace is an open specification for tracking AI-generated code in version-controlled codebases, defining a vendor-neutral format to record AI contributions alongside human authorship.
The author discusses challenges in allowing subject matter experts to edit prompts in production for AI agents in regulated domains, and shares a solution using a prompt editor with GitHub backend for version control.
This article presents a workflow using the Jujutsu version control system to overcome the fatigue of maintaining strict commit discipline in Git, allowing developers to make messy commits and then reorganize them cleanly at the end.
An in-depth tutorial explaining the internal structure of Git, including objects, hashes, and how Git stores data, with examples in Go and shell commands.
Harvard CS50 has released a free 65-minute masterclass on Git and GitHub, highlighting the importance of version control for managing AI-generated code in production environments.
re_gent is a version control system for AI agents, tracking agent actions, enabling line-level attribution to specific prompts, and supporting rollback. It integrates with Claude Code, Codex, and OpenCode automatically.
Introduces Implicit Preference Distillation, a method to extract preference signals from version control merge history to align AI agents with institutional practices cheaply.
Harvard's CS50 team released a 65-minute masterclass on Git and GitHub, emphasizing version control as essential for modern developers and addressing common pitfalls like merge conflicts.
This tutorial details the basic concepts of GitHub, how to use it, and its importance in the AI era, helping beginners master GitHub from scratch.
The article presents a template alias for the jj version control system to generate more readable branch names by slugifying commit descriptions, improving usability over the default change ID-based names.
A discussion thread on Lobsters asking developers what features they would like to see in a code forge, particularly regarding version control presentation and collaboration models, referencing tools like Jujutsu and Git.
The article discusses strategies for reading and understanding code by tracing its evolution through version control, emphasizing the use of `git blame` and the importance of understanding the author's perspective.
Nexidion is an open-source hierarchical Markdown note-taking app with an autonomous local AI background worker that can reorganize, summarize, and extract action items from notes using local LLMs, with built-in version control for safety.