credential_helper | R Documentation |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.