File: credential_helper.Rd

package info (click to toggle)
r-cran-credentials 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 492 kB
  • sloc: makefile: 2; sh: 1
file content (27 lines) | stat: -rw-r--r-- 855 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/credential-helpers.R
\name{credential_helper}
\alias{credential_helper}
\alias{credential_helper_list}
\alias{credential_helper_get}
\alias{credential_helper_set}
\title{Credential Helpers}
\usage{
credential_helper_list()

credential_helper_get(global = FALSE)

credential_helper_set(helper, global = FALSE)
}
\arguments{
\item{global}{if FALSE the setting is done per git repository, if
TRUE it is in your global user git configuration.}

\item{helper}{string with one of the supported helpers from \link{credential_helper_list}}
}
\description{
Git supports several back-end stores for HTTPS credentials called
helpers. Default helpers include \code{cache} and \code{store}, see the
\href{https://git-scm.com/docs/gitcredentials}{git-credentials} manual
page for details.
}