Forrest logo
back to context overview

gt

List of commands for gt:

  • gt:tldr:54edb gt: Create a new branch stacked on top of the current branch and commit staged changes.
    $ gt branch create ${branch_name}
    try on your machine
    explain this command
  • gt:tldr:6602c gt: Initialise `gt` for the repository in the current directory.
    $ gt repo init
    try on your machine
    explain this command
  • gt:tldr:ad121 gt: Log all tracked stacks.
    $ gt log short
    try on your machine
    explain this command
  • gt:tldr:b004c gt: Force push all branches in the current stack to GitHub and create or update PRs.
    $ gt stack submit
    try on your machine
    explain this command
  • gt:tldr:b1524 gt: Create a new commit and fix upstack branches.
    $ gt commit create -m ${commit_message}
    try on your machine
    explain this command
  • gt:tldr:b4928 gt: Print help for a specified subcommand.
    $ gt ${subcommand} --help
    try on your machine
    explain this command
  • gt:tldr:bd57b gt: Authenticate the CLI with Graphite's API.
    $ gt auth --token ${graphite_cli_auth_token}
    try on your machine
    explain this command
back to context overview