Alyssa Baum
10/04/2023, 5:52 PMamonshiz
10/09/2023, 3:30 PMJacob Gold
10/09/2023, 3:56 PMAlyssa Baum
10/10/2023, 7:32 PMnpm install -g @withgraphite/graphite-cli@beta
. We are working on installation instructions for brew as well.
Release notes:
- Added gt aliases --legacy
command to automatically add all of the old shortcuts to your aliases configuration.
- Added ability to navigate through prompts using ctrl+n and ctrl+p.
- Updated submit
description behavior to include commit messages if no default template exists.
- Updated how we detect if there are remote changes to a PR that need to be resolved.
- Fixed a bug where local state could become corrupt after switching trunk branch.
- Fixed a bug where we were syncing information for untracked branches.
- Fixed incorrect restack
deprecation warning.amonshiz
10/13/2023, 5:55 PMamonshiz
10/13/2023, 5:55 PMAlyssa Baum
10/13/2023, 5:56 PMamonshiz
10/13/2023, 5:56 PM; gt be
Successfully rebased and updated refs/heads/amonshiz/prdi-1831/include-macos-13.6-snapshots.
WARNING: This command has been renamed and will be fully removed soon. Please use gt modify --interactive-rebase instead.
You can now use gt aliases to configure your own command aliases.
Try gt aliases --legacy to automatically add all of the old shortcuts to your aliases configuration.
Do I need to reload my shell after adding those aliases?Alyssa Baum
10/13/2023, 5:56 PMAlyssa Baum
10/23/2023, 3:03 PM1.0.8
is available for beta!
Installation instructions available here: https://graphite.dev/docs/beta-cli
Release notes:
- Added an --update
option for create
and modify
that stages changes to all already-tracked files.
- Added support for gt get <pr-number>
.
- Added a --comment
flag to submit
which will add a comment with the provided text to the submitted PR.
- Added additional debugging information to the output file of the --debug
flag.
- Fixed a bug where the incorrect version number was displayed after running gt get
for a remote branch.Alyssa Baum
10/25/2023, 9:43 PM1.0.9
is available for beta.
Release notes:
Changelog:
- Improved how PR descriptions are persisted across aborted submit
runs.
- Modified version prompting so users are only asked to upgrade their CLIs once per day.
- Fixed a bug in remote changes detection.Alyssa Baum
11/20/2023, 4:33 PM1.0.10
is available for beta.
Release notes:
- Updated the gt submit --draft
flag to only no longer convert already published PRs back to drafts.
- Added support for team reviewers. Team reviewers can either be specified using gt submit --team-reviewers slug
or through gt submit --reviewers org/slug
.
- Added output to log short
when a branch needs to be fetched from remote (using gt get
).
- Added output after gt checkout
specifying whether a branch needs to be submitted, fetched, or restacked.
- Removed a reference to legacy command names.Alyssa Baum
12/04/2023, 3:30 PM1.0.11
is available for beta.
Release notes:
• Fixed bug where aliases were not respected.
• Added retry when fetching branch from remote fails.