Graphite Cheat Sheet
Andy Brown · 31/07/2024 · 1 min read
-
gt create --all --message "Some commit message here"
: Create a branch for the current changes. -
gt create --all --message "Some commit message here" some_branch_name
: Create a branch for the current changes, with custom branch name. -
gt modify --all
: Update the current branch. -
gt submit
: Create/update PR for the current branch. -
gt move
: Move current PR elsewhere in the stack. -
gt pr
: Open PR in Graphite. -
gt co
: Switch branches interactively.
Discussions
Login to Post Comments