dotweave untrack
Remove a path from sync tracking.
Stop tracking a synced path.
Remove a tracked root entry or a nested override from dotweave configuration. This only updates the sync config; actual file changes happen on the next push or pull. Use a local path to remove the main tracked target, or use a repository-relative child path inside a tracked directory to remove only that override.
dotweave untrack <target> [flags]Arguments
Section titled “Arguments”| Argument | Description |
|---|---|
<target> | Tracked local path or repository path to stop tracking. |
| Flag | Description |
|---|---|
--verbose | Show detailed output. |
Examples
Section titled “Examples”Stop tracking a config file:
dotweave untrack ~/.config/starship.tomlRemove a child override inside a tracked directory:
dotweave untrack .ssh/config