Updated Edit
run diagnostic health checks on the repository and optionally repair issues
#safegit doctor
run diagnostic health checks on the repository and optionally repair issues
Effect: mutating
#Flags
| Name | Short | Type | Presence | Env | Description |
|---|---|---|---|---|---|
--action | str | required | what doctor does with the health checks it runs Values: diagnose (run all health checks and report results without fixing any issues), fix (run all health checks and automatically repair any issues found), uninstall (remove safegit's state from this REPOSITORY -- every worktree's state directory plus the shared locks and hook store, not only the worktree you are standing in -- after listing every path it is about to remove). |