Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

credential_helper

Credential Helpers


Description

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.

Usage

credential_helper_list()

credential_helper_get(global = FALSE)

credential_helper_set(helper, global = FALSE)

Arguments

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


credentials

Tools for Managing SSH and Git Credentials

v1.3.0
MIT + file LICENSE
Authors
Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.