1GIT-CREDENTIAL-CAC(1)             Git Manual             GIT-CREDENTIAL-CAC(1)
2
3
4

NAME

6       git-credential-cache--daemon - Temporarily store user credentials in
7       memory
8

SYNOPSIS

10       git credential-cache—daemon [--debug] <socket>
11
12

DESCRIPTION

14           Note
15           You probably don’t want to invoke this command yourself; it is
16           started automatically when you use git-credential-cache(1).
17
18       This command listens on the Unix domain socket specified by <socket>
19       for git-credential-cache clients. Clients may store and retrieve
20       credentials. Each credential is held for a timeout specified by the
21       client; once no credentials are held, the daemon exits.
22
23       If the --debug option is specified, the daemon does not close its
24       stderr stream, and may output extra diagnostics to it even after it has
25       begun listening for clients.
26

GIT

28       Part of the git(1) suite
29
30
31
32Git 2.18.1                        05/14/2019             GIT-CREDENTIAL-CAC(1)
Impressum