Jeff Huang
10/16/2025, 4:20 PMJeff Huang
10/16/2025, 6:22 PMLuke Pighetti
10/16/2025, 9:03 PMLuke Pighetti
10/16/2025, 9:15 PMLuke Pighetti
10/21/2025, 12:49 PMLuke Pighetti
10/21/2025, 2:39 PMgt get the top of the stack (created by another user)Luke Pighetti
10/21/2025, 2:45 PMLuke Pighetti
10/21/2025, 2:46 PMgt unfreeze with no arguments could unfreeze all diffs on the stackTyler Nieman
10/22/2025, 2:48 PMJoan La Rosa
10/22/2025, 11:08 PMLuke Pighetti
10/26/2025, 9:51 PMMarcelino Coll
10/28/2025, 2:11 PMPierre Amelot
10/28/2025, 5:34 PMgt create command manually when I want to write more context in the commit message.
Bonus: Having the AI button and + warning squiggles similar to the input field of the VSCode default Source Control panel would be awesomePierre Amelot
10/28/2025, 6:14 PMgt absorb 🚀
2. Otherwise, I currently do: stash, checkout, modify, top, stash pop
It'd be great if I could deal with case #2 faster, maybe with something like gt modify --branch <BRANCH> or gt modify --interactively-choose-branch?Nishchal Gautam
10/29/2025, 12:31 PMTyler Nieman
10/29/2025, 4:26 PMWillman Duffy
10/30/2025, 1:08 AMNick Puljic
10/30/2025, 2:07 PMNick Good
10/30/2025, 8:33 PMLuke Pighetti
10/30/2025, 11:19 PMChris Austin
11/03/2025, 2:26 PMgt config to control things like:
• gt get - I always want the -U variant
• gt co - I always want to fetch from remote if it isn't available locally
• gt submit
◦ I always want to delete branches that have been merged
◦ I also always want the -n flag set since I provide everything on the cli
I have workarounds for these with aliases (except the gt submit prompting about deleted branches - I just do gt sync -f first).Carlos Eduardo Albornoz Marin
11/05/2025, 1:55 PMKael Shipman
11/05/2025, 3:14 PMJoan La Rosa
11/06/2025, 6:30 PMgt create / submit --ai commands a lot and would love to have it follow conventional commit branch and PR title names. gt config could support this!Tommy Couzens
11/06/2025, 7:36 PMTyler Nieman
11/07/2025, 3:59 PMgt log --short first, then remember that it's actually gt log shortSimon Jansson
11/10/2025, 3:15 PMCharles Phillips
11/10/2025, 8:22 PMgt split can't work if there are untracked files in the folder. I manually split by commit -- create new branches as needed, then git branch -f <branchname> <hash> to move the branches*. Untracked files do not affect this and I would expect the same behavior from gt split --commit.
*Graphite does not actually handle this well either. After I move the branch(es) I have to gt checkout any affected branches to get Graphite to catch up with the changes. Usually it has me restack and I have to re-move at least one of the branches again before it tracks as expected.Jean-Philippe Martel
11/10/2025, 8:45 PMAviv Yossef
11/11/2025, 11:09 AM