https://linen.dev logo
Join Slack
Powered by
# how-do-i
  • l

    Lee Staples

    06/24/2025, 10:23 AM
    Is there a cli command to get the downstack branch name without switching to it?
    p
    • 2
    • 3
  • m

    Mehul Chokshi

    06/25/2025, 2:57 AM
    qq https://graphite.dev/docs/protections is this feature not available on Graphite Core?
    p
    j
    t
    • 4
    • 6
  • d

    Dario Oddenino

    06/25/2025, 10:05 AM
    Is there still no way to delete a whole stack locally with one command?
    p
    • 2
    • 2
  • m

    Mehul Chokshi

    06/25/2025, 11:31 AM
    I turned off signed commits in github but graphite still giving me this error. Any pointers as to why it could happen even when I have disabled it on the branch protection rules?
    p
    • 2
    • 4
  • t

    Tyler Laprade

    06/25/2025, 8:16 PM
    Is there any way to leave a multi-line comment without using my mouse?
    p
    • 2
    • 2
  • m

    Martin Ek

    06/25/2025, 9:26 PM
    gt create
    sometimes takes a really long time before it prints anything at all, is there anything I can enable to debug why it's so slow?
    p
    • 2
    • 6
  • j

    Jacob Pusateri

    06/30/2025, 12:23 PM
    We just enabled merge queue and it's working as expected, but the team's main concern is that the original PR looks closed on the github side when it gets merged. The commits are right in master, and the stack is marked as merged in graphite. This messes with some other reporting tooling as well as expectations. Is there a way to have the original PR marked as "merged"? Absent that can a label be applied like "graphite-merged" or something?
    p
    e
    • 3
    • 22
  • j

    Jacob Pusateri

    07/01/2025, 12:31 PM
    The tooltip for hot-fixes on the merge queue mentions that "Hot-fixes automatically jump to the front of the queue and can skip certain merge warnings", but what does that mean? Which ones?
    p
    • 2
    • 2
  • n

    Nicolas Quiroz

    07/01/2025, 4:36 PM
    Hi, is graphite AI features ( Suggested Fixes and CI Summaries) included in the standard plan or is it part of the graphite diamond?
    p
    • 2
    • 3
  • k

    Kyle Davis

    07/01/2025, 9:49 PM
    How can I bypass the required reviews for a PR and merge it from the graphite UI? I have the correct permissions and a bypass option shows up in the GitHub PR, but I would prefer to merge it through the Graphite UI to ensure nothing gets messed up (especially when I am trying to do this with stacks).
    p
    s
    • 3
    • 8
  • u

    배재완

    07/02/2025, 1:32 AM
    May I ask how we can check whether the onboarding is completed?
    p
    m
    • 3
    • 6
  • d

    Dario Oddenino

    07/02/2025, 8:21 AM
    Hi, with the new merge queue page it seems like I have no way to check what steps failed exactly during the merge PR CI. Has that been moved somewhere else? Is it just gone? If so it's a big problem for us. Thanks!
    p
    • 2
    • 2
  • r

    Ryan (Freede)

    07/02/2025, 12:43 PM
    I should be able to reply to Diamond comments in github and get an AI reply, right? If so, it's not working.
    p
    • 2
    • 4
  • t

    Toby Jaroslaw

    07/02/2025, 6:52 PM
    Is there a way to remove a version in a PR that contains sensitive data?
    p
    j
    • 3
    • 7
  • d

    Dirkjan Ochtman

    07/04/2025, 8:22 AM
    how do I remove my account? I want to make sure I never receive email from Graphite again
    p
    d
    • 3
    • 3
  • w

    William Desloge

    07/04/2025, 3:00 PM
    I’m trying to fetch the branch of one of my teammate. I ran
    gt get <branch_name>
    and I got :
    Couldn't sync feat/add_status_for_invitations as the current remote version was not pushed with Graphite.
    Could not find an open PR for branch feat/add_status_for_invitations based on any of your trunk branches.
    Is that a normal behaviour ? We all need to move to Graphite at the same time to use it properly ?
    p
    • 2
    • 2
  • t

    Thijs Koerselman

    07/04/2025, 4:51 PM
    How do I make Diamond review every PR regardless of base branch? Currently it seems to pick up only on PRs created on my main branch, but if I create a PR with a different branch as the base, it doesn't seem to execute, and I can't seem to find any related settings.
    p
    • 2
    • 2
  • t

    Tim Nortman

    07/07/2025, 5:37 PM
    Copy code
    -- feat-three
    -- feat-two
    -- feat-one
    - main
    I have changes which I only want to push up for
    feat-one
    , but
    feat-two
    and
    feat-three
    are already pushed and are in draft status. Is there a way to say "Only submit changes up to this point in the stack?"
    p
    • 2
    • 2
  • a

    Akio Burns

    07/09/2025, 4:34 AM
    Is there anywhere I can track support for Jujutsu? Some sort of GitHub issue or something so I'll know when I can try Graphite? 🙂
    p
    s
    • 3
    • 4
  • j

    Jacob Pusateri

    07/09/2025, 2:39 PM
    how can i get notified when my pr finishes merging into the merge queue
    p
    • 2
    • 7
  • d

    Danny Holland

    07/09/2025, 4:39 PM
    Is there anyway to use copilot or cursor to generate a commit message as part of using or
    gt modify -cam "message"
    p
    e
    +2
    • 5
    • 8
  • j

    Jordan Smith

    07/09/2025, 7:30 PM
    If I have 2 separate changes which cannot be merged separately (a reapply of reverted code + a fix), how can I use Graphite to show this to a reviewer? Here's the
    git log
    Copy code
    commit ce1209f1c8b835d6b1ed8273aeacd10499aa6993 (github/reapply-4368-4358, reapply-4368-4358)
    Author: jordan <jordan@example.com>
    Date:   Wed Jul 9 15:47:26 2025 -0230
    
        fix the reviewItem undefined bug from #4375
    
    commit a54a38623346dd8cd989540d6771793148eaf3f3
    Author: jordan <jordan@example.com>
    Date:   Wed Jul 9 15:43:22 2025 -0230
    
        Reapply #4368 #4358 as reverted in #4375
    It looks like the attached in GitHub - 2 commits which can't be merged separately.
    p
    • 2
    • 6
  • k

    Karan Sharma

    07/10/2025, 2:07 AM
    My team is looking at adopting graphite, wanted to know more about free plan first and adopt gradually to other features in paid plans. • Is there a limit on no. Of stacked prs. What is the limit ?
    p
    • 2
    • 2
  • b

    Bailey Berro

    07/10/2025, 3:48 PM
    how do i specify files that diamond should ignore? For example, I have a PR where the diff is O(400) lines of actual changes, but 2000 lines of generated type file changes / 500 lines of yarn.lock changes. Diamond has deemed the PR too large to run, but I assume a 400 line pr is not too big for diamond if the generated files were ignored
    p
    • 2
    • 3
  • p

    Paulo Pereira

    07/10/2025, 6:35 PM
    Hi folks, My team is having a hard time to adapt to the UI due to the following reason: Someone reviews and add a comment on line 3 to 5, for example, and then the developer changes these lines and once the reviewer comes back, the comment isn’t at the goth position in relation to the file but it’s floating at the top. In the end, we end up having multiple floating comments and it isn’t a nice experience. Is there a config to change this behavior?
    p
    • 2
    • 2
  • t

    Tim Nortman

    07/11/2025, 4:40 PM
    Our team just enabled the graphite merge queue 🥳 However, we are looking for some help with unexpected behavior: • we have a stack of 4 PRs • PRs 2,3,4 all marked as "Merge when ready" • we hit the "Merge" on the first PR ◦ actual: only one PR is added to queue ◦ expected: all PRs are added to queue
    p
    • 2
    • 3
  • j

    Juan Caldera

    07/11/2025, 8:51 PM
    Hello. My team is currently evaluating the AI code review feature, and i think we might have exhausted the 100 reviews before we are able to see the AI comments. How do search for all the comments generated by graphite in our PRs?
    p
    • 2
    • 2
  • t

    Tyler Laprade

    07/12/2025, 2:57 AM
    Is there any way to make either the Slack notifications or the actual site open up GitHub when clicking a notification on mobile? I never want to open GitHub on desktop since Graphite is so much better, but I never want to open Graphite on mobile since GitHub has an actual app.
    p
    • 2
    • 2
  • k

    Kenny Talbi

    07/14/2025, 3:02 PM
    Hello 🙂 My team is currently using graphite, after seeing an increase of CI runs, I took a look at CI optimization today. I enabled the CI settings (see in thread) to evaluate the topmost PR in the merge queue and a parallelism of 3. My main question is, let's assume a stack of 7 PRs and 4 bottom PRs are getting ready progressively. If people are using "Merge when ready", will this optimization feature still works ? Or do we explicitly need to merge PRs in batch (wait for the 4 PRs to be ready and click on "Merge 4 PRs") ? 🙂 Thank you a lot for your help 🙂
    p
    • 2
    • 4
  • t

    Tyler Laprade

    07/14/2025, 6:15 PM
    How do I supply a PR description while submitting a PR? I can do this with
    gh
    but not sure how with
    gt
    .
    p
    • 2
    • 4