File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
credential.helper::
2
2
Specify an external helper to be called when a username or
3
3
password credential is needed; the helper may consult external
4
- storage to avoid prompting the user for the credentials. Note
5
- that multiple helpers may be defined. See linkgit:gitcredentials[7]
6
- for details.
4
+ storage to avoid prompting the user for the credentials. This is
5
+ normally the name of a credential helper with possible
6
+ arguments, but may also be an absolute path with arguments or, if
7
+ preceded by `!`, shell commands.
8
+ +
9
+ Note that multiple helpers may be defined. See linkgit:gitcredentials[7]
10
+ for details and examples.
7
11
8
12
credential.useHttpPath::
9
13
When acquiring credentials, consider the "path" component of an http
You can’t perform that action at this time.
0 commit comments