
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 machineexplain this command
-
gt:tldr:6602c gt: Initialise `gt` for the repository in the current directory.$ gt repo inittry on your machineexplain this command
-
gt:tldr:b004c gt: Force push all branches in the current stack to GitHub and create or update PRs.$ gt stack submittry on your machineexplain this command
-
gt:tldr:b1524 gt: Create a new commit and fix upstack branches.$ gt commit create -m ${commit_message}try on your machineexplain this command
-
gt:tldr:b4928 gt: Print help for a specified subcommand.$ gt ${subcommand} --helptry on your machineexplain this command
-
gt:tldr:bd57b gt: Authenticate the CLI with Graphite's API.$ gt auth --token ${graphite_cli_auth_token}try on your machineexplain this command