1GIT-CREDENTIAL-CAC(1) Git Manual GIT-CREDENTIAL-CAC(1)
2
3
4
6 git-credential-cache--daemon - Temporarily store user credentials in
7 memory
8
10 git credential-cache—daemon <socket>
11
12
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
24 Part of the git(1) suite
25
26
27
28Git 1.8.3.1 11/19/2018 GIT-CREDENTIAL-CAC(1)