Skip to content
Dotweave Dotweave v0.39.7

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]
ArgumentDescription
<target>Tracked local path or repository path to stop tracking.
FlagDescription
--verboseShow detailed output.

Stop tracking a config file:

dotweave untrack ~/.config/starship.toml

Remove a child override inside a tracked directory:

dotweave untrack .ssh/config