Credential Helpers
Git supports several back-end stores for HTTPS credentials called
helpers. Default helpers include cache
and store
, see the
git-credentials manual
page for details.
credential_helper_list() credential_helper_get(global = FALSE) credential_helper_set(helper, global = FALSE)
global |
if FALSE the setting is done per git repository, if TRUE it is in your global user git configuration. |
helper |
string with one of the supported helpers from credential_helper_list |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.