Skip to content
Dotweave Dotweave v0.48.0

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]

| Argument | Description | | ---------- | ------------------------------------------------------- | | <target> | Tracked local path or repository path to stop tracking. |

| Flag | Description | | ----------- | ---------------------- |

Stop tracking a config file:

dotweave untrack ~/.config/starship.toml

Remove a child override inside a tracked directory:

dotweave untrack .ssh/config