Tag
Julia Evans created a tool called git-commit-folders that mounts git commits as folders using NFS (and FUSE), allowing users to explore old commits like directories.
Personal update on hardware water damage recovery, showcasing MLX-VLM serving Qwen3-4B-Instruct locally on an RTX6000 Pro at ~300 tok/s for autocomplete and git commit generation via Zed IDE.
Codiff is a beautiful, local diff viewer for Git repositories with LLM-powered walkthroughs and inline review comments, designed to streamline code review before committing.
A developer describes his workflow for reviewing pull requests using git commands like range-diff and log -p to work around web-based UI deficiencies.
The article explores the fragmentation of code forges as projects leave GitHub, introduces a tool to unify git activity heatmaps across platforms, and discusses trust systems to combat AI-generated spam contributions.
A Twitter thread outlines five foundational tools for building agentic systems: Tailscale for mesh networking, Termius for SSH access, tmux for persistent sessions, a private git repo for memory, and scripting everything from day one. The post emphasizes that these basics matter more than any specific model or framework.
Savepoint is a command watcher tool that automatically creates a git commit when a specified command (e.g., tests) runs successfully, helping developers save progress after fixing errors.
Codiff is a minimal, local diff viewer for reviewing staged and unstaged Git changes, with LLM-powered walkthroughs and inline review comments.
Codiff 0.1 is a minimal, local diff viewer for Git changes with optional LLM walkthroughs and inline review comments, designed for reviewing code from AI coding agents.
The article critiques Git, arguing that it is not as fine as commonly perceived, and links to a discussion on Lobste.rs.
Tolaria is a free, open-source desktop app for Mac and Linux that implements Karpathy's LLM wiki concept, providing a native environment for humans and AI agents to build knowledge using plain markdown and Git versioning.
Radicle is an open source, peer-to-peer code collaboration stack built on Git, offering decentralized repository hosting and full user control over data and workflow.
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.
Cursor 3 introduces a new integrated PR review experience that allows users to manage pull requests from creation to merge within the editor.
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.
Forgejo v15.0 released on April 16, 2026, marking the 100th release with UI enhancements, security improvements, repository-specific access tokens, and advanced Forgejo Actions capabilities including reusable workflow expansion and OpenID Connect support.
A research tool that transforms Anthropic's Claude system prompt documentation into a git-based timeline, enabling researchers to track prompt evolution across model versions using standard git commands like log, diff, and blame.
A guide on managing secrets in NixOS configurations using sops-nix, covering setup, encryption, and integration with services like Samba.
no-mistakes is a local git proxy that runs an AI-driven validation pipeline when pushing, ensuring only clean PRs are created by automatically checking code quality, running tests, and fixing issues.