Zeshan Amjad
10/24/2025, 12:44 PMKenny Talbi
10/24/2025, 2:08 PMZach S
10/24/2025, 4:13 PMgt pr <branch name> how do I get the graphite.dev URL without opening my browser?
I have my own separate workflow and just want the URL from the CLI.Bryan Clark
10/24/2025, 4:41 PMRomain Di Vuolo
10/24/2025, 6:57 PMgh run rerun {prev_workflow_id}Anton Bossenbroek
10/24/2025, 8:04 PMZach S
10/27/2025, 11:22 PMgt submit :
• I never want the "keep as draft"/"publish" dialog - please don't ask me to click! Make it a draft please!
• after clicking "keep as draft" please don't ask me to click "go to top of stack" or "go to inbox" - I don't know who dreamed this up, but if I wanted to go to my inbox I can easily do that
Dialog after dialog feels like a hellscape to me. I don't want to click once let alone twice!
I'm sure you'll tell me there's a gt submit option to just submit as draft that avoids this (there better be!) but the default webapp behavior definitely should not be this!Anton
10/28/2025, 4:44 PMDanny Holland
10/29/2025, 4:05 AMFabio Grätz
10/29/2025, 9:14 AMShubham Jain
10/29/2025, 12:59 PMShubham Jain
10/29/2025, 2:18 PMDan Rumney
10/29/2025, 3:22 PMZach S
10/29/2025, 7:42 PMgt parent <some other branchname> ?
Would really be useful to me
I know gt parent gives the parent of the current branch, which is useful, but not what I'm asking for hereMikkel Birkegaard Andersen
10/29/2025, 11:59 PMmain ── a ── b ── c
\
d
\
e
(which I just made by accident), how should I change the parent of “d” to “main” so I split the one stack into this stack
main ── a ── b ── c
and this stack
main ── d ── eKristina Shia
10/30/2025, 10:41 PMChristophe Taylor
10/30/2025, 11:05 PMmerge when ready toggle creates a temporary commit to our main branch, which triggers our deploy job, but then the code is not available on the main branch if you pull main, meaning that if something breaks, you can't see what it is in git. The functionality going on is that graphite does a temp commit onto main, then waits for the deploy job, then actually merges it, retriggering the same deploy job (ideally). I ran into a case where a flaky synthetic that doesn't block deploy caused graphite to never merge the code, and I found the still open PR on github.
Is there anyway to disable this "temp merge commit" behavior in graphite? Are there any unique properties graphite uses I can use to block CI from picking up the deploy job? Do other people have this issue of graphite causing drift between what's deployed and what's recorded in git?Zach S
10/31/2025, 4:32 PMgt get, gt sync to try to "pull" the stacking metadata.
Is there any way to locally inherit remote stacking order?
Thank you!David Jehring
10/31/2025, 4:57 PMGuy Wilson
10/31/2025, 5:12 PMMatthew Smith
10/31/2025, 5:39 PMGregorio Gerardi
10/31/2025, 6:49 PMTyler Nieman
11/03/2025, 12:43 PMgt aliases
git show "$(gt parent)".."$(git branch --show-current)"Bryan Clark
11/03/2025, 5:25 PMMichael 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 PM