Function git_credentials::helper::action
source · [−]Expand description
Call the git
credentials helper program performing the given action
.
Usually the first call is performed with Action::Fill
to obtain an identity, which subsequently can be used.
On successful usage, use NextAction::approve()
, otherwise NextAction::reject()
.