sync-files
Copy pageRe-applies file operations (copy and symlink from the files config) to existing worktrees. Useful when you add new entries to the config or a symlink was accidentally deleted.
Unlike open --force-files, this command does not require tmux and works standalone from inside any worktree.
workmux sync-files [--all]Options
Section titled “Options”| Flag | Description |
|---|---|
--all |
Sync all worktrees instead of just the current one. |
Examples
Section titled “Examples”# Sync files to the current worktreeworkmux sync-files
# Sync files to all worktrees at onceworkmux sync-files --all