graphite
git
git checkout feature-a
gt track #track current branch feature-a
gt branch create feature-b # create new stacked branch form current branch feature-b
gt stack submit #push
Branch has wrong parent
gt branch set-parent feature-a
Branch already exists, but not tracked
git checkout existing-branch
gt branch track