惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
GbyAI
GbyAI
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
月光博客
月光博客
腾讯CDC
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
S
SegmentFault 最新的问题
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
阮一峰的网络日志
阮一峰的网络日志
博客园 - 【当耐特】
The GitHub Blog
The GitHub Blog
Last Week in AI
Last Week in AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
aimingoo的专栏
aimingoo的专栏
Google DeepMind News
Google DeepMind News
Y
Y Combinator Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Martin Fowler
Martin Fowler
A
About on SuperTechFans
博客园 - 叶小钗

Graphite blog

Introducing Code Tours: a new way to review Introducing Cursor Cloud Agents in Graphite Building the future of software development with Cursor Reimagining the PR Page: Designing for speed and focus Graphite changelog [11-20-2025] Graphite changelog [11-04-2025] Graphite changelog [10-16-2025] The future of engineering is collaborative (and already here) Meet Graphite Agent: the next evolution of AI code review Introducing frozen branches: A safer way to build on your teammates’ work Graphite changelog [09-17-2025] How we sped up code search for Graphite Chat Introducing Graphite Chat AI is writing code—here's why it also needs to review that code How I got Claude to write code I could actually ship How we built the first stack-aware merge queue (and why it matters) How we organize our monorepo to ship fast Code review tooling: Should you build or buy? Making AI code review available to everyone Introducing: The new Graphite + Linear integration Graphite raises $52M and launches Diamond to reimagine code review for the age of AI Why AI will never replace human code review How stacked PRs unblock distributed development teams Graphite is going to Developer Week 2025 Beating the end of year code freeze How Graphite’s eng team ships code remarkably fast Why we chose Anthropic's Claude to power Graphite Reviewer AI code generation will remain fragmented How we redesigned Graphite's landing page in-house Introducing Graphite Reviewer: your AI code review companion
Graphite brings stacking to Tower
Kenneth DuMe · 2025-04-29 · via Graphite blog

Cursor Cloud Agents are now in Graphite. Create, review, and ship without leaving your PR.

author

Kenneth DuMez

Apr 28, 2025

Starting today, Graphite is natively supported in Tower 13, the latest release of the popular Git GUI client. With this integration, developers can now leverage Graphite to create, manage, and submit stacks of pull requests directly from the Tower desktop application.

Like Graphite’s VS Code extension, this integration adds another way to stack in a visual, interactive way, so you can use Graphite alongside the tools you already love.

Why this matters

At Graphite, the stacking workflow has always been at the core of our product. Breaking monolithic features into small, incremental PRs makes code changes:

  • Faster to review.

  • Safer to merge.

  • Easier to rollback.

In order to make this workflow as accessible as possible, we’ve worked with the Tower team to bring all of the benefits of stacking directly to their product.

With Tower 13, you can now:

  • Create and manage stacked branches visually.

  • Restack branches with a click.

  • Track parent/child relationships across branches.

  • Submit PRs via Graphite.

Whether you’re already familiar with the workflow or totally new to the concept, the Graphite x Tower integration lowers the barrier to entry for stacking, providing another tool you can use to speed up your daily development.

Getting started

Getting started with Graphite in Tower is simple.

Once you’ve upgraded to Tower 13, you’ll find a new Graphite.dev workflow option in the toolbar. Clicking it will walk you through setup—just specify your trunk branch (typically main), authenticate with your Graphite token, and provide the path to the Graphite CLI.

Tower auto-detects the Graphite binary if installed via Homebrew or npm, so configuration is quick and painless.

Once the integration is configured, Tower takes care of syncing your branch state using Graphite commands under the hood, so your stacks are always up to date with what you would see in the CLI.

A more in-depth look

While the Graphite CLI already offers a versatile suite of commands to create and manipulate stacks, with this new integration, you can now access many of those same features visually within Tower.

Here’s a quick overview of what’s new:

Create stacked branches

Right-click any branch in the sidebar to create a new stacked branch on top of it. Choose to pin it, check it out, or set a parent branch with just a few clicks—all without the need to remember CLI syntax.

Commit & modify

Tower now supports gt modify, so you can commit changes and auto-restack with a single click. This lets you update your latest commit while preserving stack structure.

Restack

Need to update your stack after a rebase or merge? Tower shows you which branches need restacking, and lets you visually restack an individual branch or your entire stack with conflict detection built in.

Keep your stacks in sync

Graphite’s gt sync command is now available via the Tower context menu, so you can quickly pull updates across all branches in your stack with a single sync action.

Submit to Graphite

Once your branch is ready, you can submit it to Graphite (and create a PR) directly from Tower. Upon submission, the pull request will open in the Graphite UI, allowing you to take advantage of Graphite’s advanced features, like AI generated PR descriptions and titles.

Prevent stack issues

One of the challenges of managing stacks with Git is that certain actions (like force-pushing) can cause inconsistencies if not done carefully. To help with this, Tower now includes Graphite-aware warnings. If you’re about to take an action that could break your stack (like pushing directly to a tracked branch), Tower will alert you before proceeding and give you the option to cancel.

These safeguards are configurable from Tower’s settings, giving you the flexibility to fine tune your Git workflow.

Try it today

Graphite’s goal is to make stacking the default workflow for developers. With our CLI, visual PR Inbox, VS Code extension, and now, full GUI integration via Tower, you can stack in whatever environment works best for you.

Already a Tower user? Upgrade to Tower 13 and try out the Graphite workflow today.

New to Graphite? Sign up for free and start stacking, with or without the terminal.

Related articles