git-credential-cache (1) Linux Manual Page
git-credential-cache – Helper to temporarily store passwords in memory Synopsisgit config credential.helper ‘cache [<options>]’DescriptionThis command caches credentials in memory for use by future Git programs. The stored credentials never touch the disk, and are forgotten after a configurable timeout. The cache is accessible over a Unix domain socket, restricted to the current user by filesystem…
