Reference for the safegit doctor command — usage, flags, arguments, and examples for the doctor subcommand of the safegit CLI.
#safegit doctor
run diagnostic health checks on the repository and optionally repair issues
Effect: mutating
#Flags
Flags | Name | Short | Type | Default | Env | Description |
--diagnose | | bool | | | run all health checks and report results without fixing any issues |
--fix | | bool | | | run all health checks and automatically repair any issues found |
--uninstall | | bool | | | remove all safegit hooks and metadata from this repository entirely |
Share this page