Graphite
Usage
gt ls #see workflow
gt bt #go to top of branchgt add .
gt create -m "Add css styling" #generate new branch on top of stack
#ORRRR
gt c -am "commit messsage"gt ss --no-edit #stack submit, submit a PR for each stack gt bco #move down to correct branch in the stack
# can amend current commit or add new commit on the branch, doesnt really matter for graphite
gt add .
gt modify #modify current commit
#Graphite restacks other PRs
gt ss #Update stack and PRs
gt s #CLI Open for stack submitOther
Last updated