Function gix_credentials::builtin

source ยท
pub fn builtin(action: Action) -> Result
Expand description

Call the git credential helper program performing the given action, which reads all context from the git configuration and does everything git typically does. The action should have been created with helper::Action::get_for_url() to contain only the URL to kick off the process, or should be created by helper::NextAction.

If more control is required, use the Cascade type.