Hector Carrillo
09/08/2025, 10:33 PMWe just store the SHA; we don't store code. So if you ask GH to delete the commit containing sensitive data, you are good (edited)
[5:44 PM]
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repositoryThere is no commit in github with sensitive data, but the stack version persists. I tried closing the PR, merging the branch onto its parent feature branch, creating new PR with same branch. I have been unable to remove the version.
Nicolas Quiroz
09/09/2025, 2:00 PMDexter Shepherd
09/09/2025, 2:09 PMJohan Fenn Bagger Nærby
09/09/2025, 5:45 PMgt sync
. I noticed my that the first of my "lost" branches had it's target branch on my open PR set as graphite/<number>
which I don't think was correct. I tried manually changing it with the GUI on github to my expected target (PR 3, since 4 was closed manually), and then running gt sync
, but still it does not track accordingly to what I desire.Jacob Hoffman
09/09/2025, 10:22 PMFILES MODIFIED:
!git diff --name-only origin/HEAD...
COMMITS:
!git log --no-decorate origin/HEAD...
DIFF CONTENT:
!git diff --merge-base origin/HEAD
``````
We could of course fork this prompt, but ideally we don't have to do that so we can automatically benefit from any updates that the anthropic team pushes. Has anyone else found a simple workaround for this / other workflows that aren't natively graphite compatible?Bilal Quadri
09/10/2025, 4:22 AMJohan Fenn Bagger Nærby
09/10/2025, 7:40 AM08-05-08-05-tech-4040-create-new-reports-page-8
Checked out 08-06-tech-4040-create-new-reports-page-10.
This branch has local changes that need to be submitted.
Run gt submit to push your changes.
this branch has local changes that need to be submitted. Run gt submit to push your changesI run `gt submit`:
🥞 Validating that this Graphite stack is ready to submit...
WARNING: The following branches do not introduce any changes:
▸ 08-05-08-05-tech-4040-create-new-reports-page-8
▸ 08-06-tech-4040-create-new-reports-page-10
Are there local changes or not?Federico Taladriz
09/10/2025, 4:23 PMTyler Nieman
09/10/2025, 5:08 PMgt
? other than manually typing the :shortcode:
like my caveman ass has been doingDaniel Tian
09/10/2025, 5:34 PMRuven Chu
09/11/2025, 6:18 AMDan Rumney
09/11/2025, 1:56 PMBilal Quadri
09/11/2025, 6:38 PMTony Sun
09/12/2025, 7:31 PMgt auth --token [token-here]
, but nothing happens in the command line and I can't actually run any of the gt
commands)
I installed graphite with Homebrew -- when I run gt
, I see the list of possible commands, and it asks me to authenticate before moving forward. However, run I try to run any commands (e.g., gt --version
, gt --help --all
, gt auth --token \ [my-token-here
), nothing shows up in the console.
I've updated my git version (2.50), I've tried uninstalling and reinstalling via brew (and also npm), I've rebooted, and I also applied any XCode + other software updates. I've also tried restarting my terminal and re-sourcing my .zshrc file.
Is there something else I'm missing? I've asked a teammate to compare where gt
and the installation locations on a similar Mac setup, and files look like they're installed in the same place.Andres Morales
09/12/2025, 8:07 PMTianzhen Lin
09/12/2025, 9:14 PMNicholas Novak
09/12/2025, 9:39 PM{ authorization: "token XXXxxxXXX" }
in some of my calls to <http://api.graphite.dev|api.graphite.dev>
, however more complex requests (e.g. <http://api.graphite.dev/v1/graphite/mutation/mq-toggle-pause|api.graphite.dev/v1/graphite/mutation/mq-toggle-pause>
) appear to follow a more complex flow that tokens might not be useful forMartin Ek
09/12/2025, 10:16 PMgt create
not super slow when you have a lot of branches locally?Nikola Mihajlovic
09/14/2025, 10:42 PMTao Bojlén
09/15/2025, 2:14 PMBlaise Gulaj
09/15/2025, 5:25 PMAndres Morales
09/15/2025, 9:27 PMSantiago Buenahora
09/16/2025, 12:07 AMKenny Talbi
09/16/2025, 8:53 AMLukas Mertens
09/16/2025, 10:11 AMEddie Reade
09/16/2025, 4:52 PMMartin Ek
09/16/2025, 6:05 PMgt get
Normally it would prompt saying that the first branch was deleted but now it doesn't, version 1.6.8Manuel Werlberger
09/17/2025, 7:43 AMCees Wiersma
09/17/2025, 9:27 AMJofred Cayabyab
09/17/2025, 3:21 PM