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
Name | Description |
---|---|
branch | Branch name |
Options
Name | Description |
---|---|
--parent, -p <parent> | The tracked branch's parent. If unset, prompts for a parent branch |
--force, -f | Sets the parent to the most recent tracked ancestor of the branch being tracked. Takes precedence over `--parent` |