View Source Medic.Checks.Git (Medic v1.8.2)
Common checks for git configuration
examples
Examples
{Check.Git, :uses_ssh?, ["github.com"]}
Link to this section Summary
Functions
Checks to make sure that git defaults to using SSH instead of HTTPS.
Link to this section Functions
@spec uses_ssh?(binary()) :: Medic.Check.check_return_t()
Checks to make sure that git defaults to using SSH instead of HTTPS.