Michael Hintz
11/03/2025, 6:15 PMPim de Haan
11/04/2025, 5:28 PMLuke Pighetti
11/04/2025, 7:28 PMKenny Talbi
11/05/2025, 10:21 AMNikita Rau
11/05/2025, 4:46 PMDennis Keck
11/05/2025, 6:01 PMTim Boucher
11/06/2025, 10:23 PMmain and was added to the queue immediately. However, I was expecting Graphite to rebase it but it didnât. So the commits from the first branch were there, along with the associated diffs, even though they didnât make sense since main already had these changes (probably a GitHub problem).
The issue for me is that it makes the PRs of a stack confusing and misleading. If someone goes back to that PR later, it wonât be clear what it actually changed.
I know you recommend using your queue, but is there a solution to this? Is it the expected behavior when using the GitHub queue?
Iâd prefer taking the hit of another round of CI on that branch, if Graphite could automatically rebase instead of adding to the queue as-is.Tim Boucher
11/06/2025, 11:29 PMg i didnât do the right thing đMorley Zhi
11/07/2025, 12:22 AMSahil Deshmukh
11/07/2025, 10:02 AMgt createKenny Talbi
11/07/2025, 2:46 PMStuart Dum
11/07/2025, 2:52 PMintegration trunk that I want merged into my main trunk for a new release. Or using the example, merging release-v10 into mainDimas CabrĂŠ i ChacĂłn
11/07/2025, 2:57 PMJames Gilchrist
11/07/2025, 7:16 PMRoselle Ebarle
11/08/2025, 4:12 AMPrashant Deva
11/08/2025, 6:31 PMMy Name is Tito
11/10/2025, 3:49 AMPS C:\Users\mynameistito> gt demo pull-request
â This directory (C:\Users\mynameistito) is not a repository.
We recommend that you run the demo in a remote repository so that
you can submit your pull requests to GitHub and view them in the dashboard.
If you don't have one handy, we can create a temporary repository for this demo.
Would you like to continue with a temporary repository? ... yes
Created temporary repository at C:\Users\mynameistito\AppData\Local\Temp/095b8d8c/graphite-demo-repository
# Intro (Step 1 of 4)
The goal of this tutorial is for you to learn which gt commands map
to your existing workflow, and get you comfortable with creating a
single pull request on Graphite.
You'll only focus on a single pull request for now, so you can get
comfortable with the core commands. After you complete this demo,
you'll run gt demo stack to level up to creating stacks of pull requests!
This demo will often stop and ask you to try running commands,
via a built-in shell we provide.
EXAMPLE: Run ls to print the contents of the current working directory:
graphite-demo-repository main
⯠ls
ERROR: Could not find a path to 'ls' binary when running command: 'ls'
graphite-demo-repository main
If anyone could help me or point in the right direction that would be great (I did have issues with some path env stuff to by the seems to so not to sure if its related.Christopher Katz
11/10/2025, 8:01 PMLee Barry
11/11/2025, 9:46 AMMikkel Birkegaard Andersen
11/11/2025, 11:39 AMZach S
11/11/2025, 2:07 PMCouldn't sync <branch> as the current remote version was not pushed with Graphite. Last night I was able to gt submit this branch and this morning I'm not.
On app.graphite.com the stack looks fine; I'm even looking on GitHub and can see that every single push says "force push" which for me means I did gt submit rather than git push ; All commits on this branch were made with gt modify .
What the heck do I do? I am totally stuck, I have no idea how to proceedL B
11/11/2025, 5:02 PMIGNORE on branches that are no longer to be considered.
This is 2nd time its happened to me so reaching out for help.Zach S
11/11/2025, 8:58 PM--restack in gt submit? It appears not.
Can you please make -k an alias for --restack ?
When I gt submit, it totally messes up my flow when I realize nothing has happened and my terminal says "are you sure you want to restack?"
I've often switched branches and am doing something else!
So I always use gt submit -s --restack but it's pretty verbose. Any shortcuts for that besides a bash alias?Aaron Taylor
11/11/2025, 10:59 PMunable to get local issuer certificate in the --debug output.
Basically it appears that we need something like this to be called within the graphite CLI, but I'm not able to see this option anywhere. Is this possible to setup?
const tls = require('node:tls');
tls.setDefaultCACertificates(tls.getCACertificates('system'));Xipu Li
11/12/2025, 6:58 PMRomain Di Vuolo
11/12/2025, 8:14 PMLee Staples
11/13/2025, 12:08 PMCarlos Eduardo Albornoz Marin
11/13/2025, 3:49 PMrebasing after a merge in a pr, even after I rebase manually from the cli and I can't do gt merge right after. What does it actually do when it rebases from the platform? how is it different from the manual rebase from the cli?Bryan Clark
11/13/2025, 5:42 PMTim Boucher
11/14/2025, 1:43 AMgt connects to GitHub I see these lines about Yubikey:
đ Pushing branches to remote...
Please tap your YubiKey each time it flashes to continue
However, it never actually asks me to tap it, it goes through without an issue.
Should I be changing something to not see that message?
Not a big deal of course, Iâm mostly curious.