version-control

Tag

Cards List
#version-control

Recapping the London Mercurial sprint

Lobsters Hottest · 2d ago Cached

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.

0 favorites 0 likes
#version-control

Stop Using Conventional Commits

Hacker News Top · 4d ago Cached

A critique of Conventional Commits arguing that it prioritizes commit type over scope, which misguides contributors and fails to deliver on its promises.

0 favorites 0 likes
#version-control

jujutsu v0.42.0 released

Lobsters Hottest · 5d ago Cached

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.

0 favorites 0 likes
#version-control

Why do we have version control for code but not for AI memory?

Reddit r/AI_Agents · 2026-06-02

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.

0 favorites 0 likes
#version-control

I was tired of maintaining skill.md files, so I built an open-source CLI that creates, manages, and observes skills using a Github repo. You can monitor, track, and share skills between sessions of any agent, all while iteratively improving/versioning them.

Reddit r/AI_Agents · 2026-06-02

An open-source CLI tool that creates, manages, and versions agent skills via GitHub repos, enabling reliable sharing and observation across sessions.

0 favorites 0 likes
#version-control

Using Git's rerere feature to escape recurring conflict hell

Hacker News Top · 2026-06-01

Explains how Git's rerere feature automatically resolves recurring merge conflicts, saving time during frequent rebases or merges.

0 favorites 0 likes
#version-control

Local Git Remotes

Hacker News Top · 2026-05-29 Cached

A tutorial on setting up local git remotes using bare repositories for personal projects, allowing offline-friendly push/pull workflows.

0 favorites 0 likes
#version-control

Agent Trace RFC

Lobsters Hottest · 2026-05-26 Cached

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.

0 favorites 0 likes
#version-control

How are you letting non-engineer teammates edit prompts in production?

Reddit r/AI_Agents · 2026-05-26

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.

0 favorites 0 likes
#version-control

Defeating Git Rigour Fatigue with Jujutsu

Hacker News Top · 2026-05-24 Cached

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.

0 favorites 0 likes
#version-control

What is Git made of? (2022)

Lobsters Hottest · 2026-05-24 Cached

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.

0 favorites 0 likes
#version-control

@cyrilXBT: HARVARD JUST RELEASED A FREE 65-MINUTE MASTERCLASS ON GIT AND GITHUB. And the timing could not be more perfect. Because…

X AI KOLs Timeline · 2026-05-23 Cached

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.

0 favorites 0 likes
#version-control

@gaoren7716: Version control system for AI agents. Tracks what the agent did, which prompt wrote which line, and allows rollback to any step. Like .git has a .regent directory, but it records agent activity instead of human commits. Several core commands: rgt log —…

X AI KOLs Timeline · 2026-05-22 Cached

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.

0 favorites 0 likes
#version-control

Your repo is a preference dataset: extracting taste from merge history

Reddit r/LocalLLaMA · 2026-05-21

Introduces Implicit Preference Distillation, a method to extract preference signals from version control merge history to align AI agents with institutional practices cheaply.

0 favorites 0 likes
#version-control

@slash1sol: HARVARD RELEASED A 65-MIN MASTERCLASS ON GIT & GITHUB BECAUSE VIBE-CODERS STILL DON'T KNOW HOW TO COMMIT 1 hour and 5 m…

X AI KOLs Timeline · 2026-05-21

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.

0 favorites 0 likes
#version-control

@AmberTreelet: https://x.com/AmberTreelet/status/2057453069261279629

X AI KOLs Timeline · 2026-05-21 Cached

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.

0 favorites 0 likes
#version-control

Better generated branch names with jj

Lobsters Hottest · 2026-05-19 Cached

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.

0 favorites 0 likes
#version-control

What would you want from a forge?

Lobsters Hottest · 2026-05-19 Cached

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.

0 favorites 0 likes
#version-control

Always Be Blaming

matklad · 2026-05-18 Cached

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.

0 favorites 0 likes
#version-control

[Release] Nexidion – A private knowledge vault with an autonomous local AI background worker.

Reddit r/LocalLLaMA · 2026-05-15

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.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback