EVOLUTION-MANAGER
Edit File: credential_helper.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Credential Helpers</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for credential_helper {credentials}"><tr><td>credential_helper {credentials}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Credential Helpers</h2> <h3>Description</h3> <p>Git supports several back-end stores for HTTPS credentials called helpers. Default helpers include <code>cache</code> and <code>store</code>, see the <a href="https://git-scm.com/docs/gitcredentials">git-credentials</a> manual page for details. </p> <h3>Usage</h3> <pre> credential_helper_list() credential_helper_get(global = FALSE) credential_helper_set(helper, global = FALSE) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>global</code></td> <td> <p>if FALSE the setting is done per git repository, if TRUE it is in your global user git configuration.</p> </td></tr> <tr valign="top"><td><code>helper</code></td> <td> <p>string with one of the supported helpers from <a href="credential_helper.html">credential_helper_list</a></p> </td></tr> </table> <hr /><div style="text-align: center;">[Package <em>credentials</em> version 1.3.2 <a href="00Index.html">Index</a>]</div> </body></html>