git

Tag

Cards List
#git

Why don't people use git properly?

Lobsters Hottest · 3h ago Cached

An essay exploring why many developers struggle to use git properly, covering common mistakes like panic over merge conflicts, huge commits, and poor branching practices, and examining the root causes.

0 favorites 0 likes
#git

Magit 4.6 released

Lobsters Hottest · 8h ago Cached

Magit 4.6, the popular Git interface for Emacs, has been released with improvements to blob-visiting buffers and experimental syntax highlighting in diffs.

0 favorites 0 likes
#git

sem: A new code understanding primitive tool at a semantic granularity

Lobsters Hottest · 9h ago Cached

sem is a CLI tool that provides semantic understanding of code changes on top of Git, offering entity-level diffs, blame, impact analysis, and more across 26 languages. It aims to improve code review and AI-assisted development.

0 favorites 0 likes
#git

Decentralized Git for AI Agents: Gitlawb looks like the real deal (must-watch video)

Reddit r/AI_Agents · 3d ago

Gitlawb is a decentralized git network designed for AI agents, using cryptographic identities (DIDs) and blockchain incentives to enable secure, agent-first code collaboration, positioning itself as an infrastructure layer for the agentic era.

0 favorites 0 likes
#git

@github: Git 2.55 is here with a new incremental repacking strategy, more flexible ways to edit history, and much more. Check ou…

X AI KOLs Timeline · 4d ago Cached

Git 2.55 is released with a new incremental repacking strategy using multi-pack indexes, more flexible history editing, and contributions from over 100 contributors.

0 favorites 0 likes
#git

@alin_zone: Wow, Obsidian has met its strongest competitor! I recently discovered a very interesting open-source project: Tolaria. It not only looks great, but its functionality is like a combination of Obsidian + Git + AI Agent workspace. It has both Obsidian's...

X AI KOLs Timeline · 6d ago Cached

Introduces an open-source project called Tolaria, which is considered a strong competitor to Obsidian, combining Obsidian's Markdown notes, Git version control, and AI Agent workspace features, with characteristics like local-first, no account required, etc.

0 favorites 0 likes
#git

@alswl: AI writes code too fast, making it harder to see changes. Online PR review is too inefficient. I've been using IntelliJ IDEA as my main IDE (now my main code reviewer). The official Git plugin works okay for local changes, but what I really need is: continuously...

X AI KOLs Timeline · 2026-06-25 Cached

In the context of AI speeding up code writing, the author recommends the IntelliJ plugin Git Scope, which can conveniently compare diffs between the current branch and any branch/tag/commit within the IDE, improving code review efficiency.

0 favorites 0 likes
#git

I taught a bucket to speak Git

Hacker News Top · 2026-06-24 Cached

The author demonstrates how to use the billy filesystem abstraction to make a Tigris object storage bucket behave like a filesystem, enabling go-git to treat it as a git repository server directly.

0 favorites 0 likes
#git

GitSync for macOS

Product Hunt · 2026-06-19

A graphical interface for managing GitHub repositories on macOS.

0 favorites 0 likes
#git

Updating Stacked Pull Requests with git rebase --onto

Lobsters Hottest · 2026-06-18 Cached

Explains how to use `git rebase --onto` to update stacked pull requests when the parent commit has been squashed or replaced.

0 favorites 0 likes
#git

Git platform built for agentic era

Hacker News Top · 2026-06-18

A new git platform designed for the agentic era, likely targeting AI-driven development workflows.

0 favorites 0 likes
#git

.gitignore Isn't the Only Way to Ignore Files in Git

Hacker News Top · 2026-06-18 Cached

Explains three levels of git ignore files: per-repo checked-in (.gitignore), per-repo not checked-in (.git/info/exclude), and global machine-level (~/.config/git/ignore), plus how to check which file is ignoring a specific file.

0 favorites 0 likes
#git

@Teknium: Tip of the Day: Did you know you can share your hermes agent profiles onto github? Share a profile and others or yourse…

X AI KOLs Following · 2026-06-17 Cached

Hermes Agent now enables sharing complete agent profiles as git repositories, allowing users to install, update, and version agents with a single command while preserving personal data.

0 favorites 0 likes
#git

GitOfThoughts: Version-Controlled Reasoning and Agent Memory You Can Replay, Diff, and Merge

arXiv cs.AI · 2026-06-15 Cached

GitOfThoughts stores an agent's reasoning tree as a git repository, enabling replay, diff, and merge. The paper tests memory substrates and finds that memory does not improve accuracy on novel problems except near-duplicates.

0 favorites 0 likes
#git

@yuanhao: https://x.com/yuanhao/status/2066341005847142674

X AI KOLs Timeline · 2026-06-15 Cached

Yoyo is an AI agent that self-evolves every 8 hours on GitHub Actions. Its key to success lies in a harness design of a stateless agent plus persistent state (git repository). The article deeply analyzes simple solutions to issues such as memory, context, feedback, verification, etc., emphasizing that persistent state is more critical than the model itself.

0 favorites 0 likes
#git

git-mem: use git to store agent memories

Reddit r/AI_Agents · 2026-06-14

git-mem is a memory solution for AI agents that leverages git and redis for performance and audit logs, including a web UI and minimal dependencies.

0 favorites 0 likes
#git

Beagle SCM URIs and HTTP verbs with git

Lobsters Hottest · 2026-06-14 Cached

Beagle is a git-compatible source control management system that leverages HTTP URIs and verbs to provide a simpler, more orthogonal set of operations for complex git workflows like merging and rebasing.

0 favorites 0 likes
#git

Weave: Merging based on language structure and not lines

Hacker News Top · 2026-06-14 Cached

Weave is an entity-level semantic merge driver for Git that resolves conflicts by parsing code with tree-sitter, merging functions and classes instead of lines. It supports 28 languages and offers additional coordination and MCP server features for multi-agent workflows.

0 favorites 0 likes
#git

GitLab says Git is being reengineered for "machine scale." Was the idea of "Git for AI agents" ahead of its time?

Reddit r/artificial · 2026-06-10

GitLab's statement about reengineering Git for machine scale and AI agents as first-class participants in software development prompts reflection on whether the 'Git for AI agents' concept was ahead of its time.

0 favorites 0 likes
#git

Grit: Rewriting Git in Rust with Agents

Hacker News Top · 2026-06-09 Cached

The article details Grit, a new Rust reimplementation of Git that passes over 99% of the Git test suite, created using AI agents. It aims to provide a library-based, memory-safe alternative to the original Git.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback