gt-gh
v0.1.5
Published
GitHub-only stacked changes CLI compatible with Graphite-style gt commands.
Downloads
981
Maintainers
Readme
gt-gh
GitHub-only stacked changes CLI compatible with Graphite-style gt commands.
Install
npm install -g gt-ghThen run:
gt --helpQuick start
gt init --trunk main
gt create my-change -a -m "My change"
gt submit
gt submit --stackNotes
- PR operations use the GitHub CLI (
gh), not Graphite APIs. - Authenticate GitHub first with
gh auth loginorgt auth. - Graphite cloud features such as AI metadata and merge-when-ready are not supported.
