gt branch track <branch>

Start tracking the current (or provided) branch with Graphite by selecting its parent. This command can also be used to fix corrupted Graphite metadata

Arguments

NameDescription
branchBranch name

Options

NameDescription
--parent, -p <parent>The tracked branch's parent. If unset, prompts for a parent branch
--force, -fSets the parent to the most recent tracked ancestor of the branch being tracked. Takes precedence over `--parent`