Back to browse
GitHub Repository

Stacked branches

0 starsGo

Graphene – local-only Git wrapper to manage stacked branches

by alexghr·Jul 7, 2026·1 point·0 comments

AI Analysis

●●SolidBig BrainNiche Gem

Local-only stacked branches avoid Graphite's GitHub vendor lock-in completely.

Strengths
  • Stores state in gitconfig with zero GitHub API calls or external dependencies
  • Works with any Git host including GitLab, Bitbucket, and self-hosted instances
  • Agent skills enable AI assistants to create atomic PRs humans can review
Weaknesses
  • Zero GitHub stars indicates very new with untested edge cases and stability
  • Manual PR creation still required unlike Graphite's automated GitHub integration
Target Audience

Backend developers using stacked PR workflows

Similar To

Graphite · git-town · ghstack

Post Description

Graphene is a tool I've been working on with Codex to create, publish, manage stacked branches and PRs. It's become a indispensable tool to manage code for me and other co-workers since moving off of paid stacked PR products.

It stores its state in local gitconfig and is just a wrapper around regular git commands. Graphene doesn't actually interact with the Github API at all. PRs have to be created manually (but it does print quick links after a push to create properly stacked PRs)

Graphene comes with agent skills so you can have your favourite agent create atomic PRs that are easy for humans to review.

I'm curious to see if anyone has any feedback on it.

Similar Projects

AI/ML●●Solid

Contexa – Git-inspired context management for LLM agents

Git metaphor for agent memory is clever; execution and adoption remain unproven.

Big BrainWizardry
0x0003r
104mo ago