Tag
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.
The article critiques Git, arguing that it is not as fine as commonly perceived, and links to a discussion on Lobste.rs.
This FOSDEM 2026 talk explores how Mercurial, the distributed version control system, remains active and competitive 20 years after its creation, despite losing the popularity battle to Git. Speakers discuss the project's history, community, technical innovations, and lessons for the future of version control.
Re_gent is a version control tool for tracking and managing AI agent activity.
The article recounts the 2008 decision by GNU Emacs developers to adopt Bazaar over Git for version control, highlighting performance concerns and Richard Stallman's insistence on using a GNU package despite technical benchmarks favoring Git.
Introducing re_gent, an open-source tool that provides runtime-level version control and observability infrastructure for AI coding Agents, addressing code traceability and audit issues arising from long-running Agent sessions.
Inflorescence is a cross-platform native GUI for the Pijul version control system, built with Rust and the iced framework, inspired by Magit and designed for keyboard-driven navigation with async responsiveness.
re_gent is an open-source version control system for AI agent activity, tracking every tool call and associated prompt so developers can audit and roll back agent changes.
Jujutsu (jj) v0.41.0 is released, introducing updates to the experimental version control system designed for improved usability and conflict handling.
Git 2.54 ships with a new experimental `git history` command that lets users reword or split commits without touching the working tree, plus 137 contributors’ worth of other improvements.
A technical guide explaining the 'megamerge' workflow in Jujutsu, a version control system alternative to Git, which leverages octopus merges (commits with 3+ parents) to manage multiple concurrent branches and development contexts efficiently.
The author describes how the upcoming LSP 3.18 Text Document Content Request feature enables a less hacky implementation of Magit-style UX for jj (Jujutsu VCS) by providing virtual documents.