Forrest logo
back to context overview

graphite

List of commands for graphite:

  • graphite:warp:3b350 Graphite - Synchronize with remote
    $ gt rs -r
    try on your machine
    explain this command
  • graphite:warp:47309 Graphite - Edit the branches
    $ gt downstack edit
    try on your machine
    explain this command
  • graphite:warp:52737 Graphite - Pushes (force) the current branch to GitHub
    $ gt branch submit
    try on your machine
    explain this command
  • graphite:warp:54326 Graphite - Restacks the current branch to its parent
    $ gt branch restack
    try on your machine
    explain this command
  • graphite:warp:5711e Graphite - Create a branch with an accompanying commit message
    $ gt bc -am ${commit_message}
    try on your machine
    explain this command
  • graphite:warp:63fbd Graphite - Get downstack from remote
    $ gt downstack get ${branch_name}
    try on your machine
    explain this command
  • graphite:warp:70727 Graphite - Recursively track parent branches
    $ gt downstack track
    try on your machine
    explain this command
  • graphite:warp:8d858 Graphite - Troubleshoot the Graphite CLI
    $ gt repo init --reset && gt dev cache --clear
    try on your machine
    explain this command
  • graphite:warp:aa869 Graphite - Push the parent branches to GitHub
    $ gt downstack submit
    try on your machine
    explain this command
  • graphite:warp:b17e5 Graphite - Run a command on every branch within a stack
    $ gt downstack test
    try on your machine
    explain this command
  • graphite:warp:c012b Graphite - Checkout a branch
    $ gt bco ${branch_name}
    try on your machine
    explain this command
  • graphite:warp:e61de Graphite - Rebase the parent branches
    $ gt downstack restack
    try on your machine
    explain this command
back to context overview