docs/cli/bootstrap/dotfiles/rollback.md
mise bootstrap dotfiles rollbackmise bootstrap dotfiles rollback [FLAGS] [PATH]…src/cli/dotfiles/rollback.rsReturn files to the version a checkpoint holds
Without --to, each path returns to its most recent saved version that
differs from what is on disk; unrelated checkpoints never influence the
choice. With --to <ref>, the named checkpoint is the source, and
--all selects everything it covers. The current state is saved in a
protective checkpoint first, so mise bootstrap dotfiles undo can reverse it.
[PATH]… — Paths to roll back (files or directories)--to <REF> — The checkpoint to roll back to: numeric ID, latest, latest~N, or commit:<sha>--all — With --to: everything the checkpoint covers-n --dry-run — Show the plan without changing anything-y --yes — Apply without prompting--force — Replace a path whose type changed (file, symlink, directory)-h --help — Print helpExamples:
mise bootstrap dotfiles rollback ~/.config/hypr/bindings.lua
mise bootstrap dotfiles rollback ~/.zshrc --to 42
mise bootstrap dotfiles rollback --to latest~3 --all --dry-run