@@ -101,16 +101,6 @@ $ git help credential-foo
101
101
$ git config --global credential.helper foo
102
102
-------------------------------------------
103
103
104
- If there are multiple instances of the `credential.helper` configuration
105
- variable, each helper will be tried in turn, and may provide a username,
106
- password, or nothing. Once Git has acquired both a username and a
107
- password, no more helpers will be tried.
108
-
109
- If `credential.helper` is configured to the empty string, this resets
110
- the helper list to empty (so you may override a helper set by a
111
- lower-priority config file by configuring the empty-string helper,
112
- followed by whatever set of helpers you would like).
113
-
114
104
115
105
CREDENTIAL CONTEXTS
116
106
-------------------
@@ -162,6 +152,16 @@ helper::
162
152
shell (so, for example, setting this to `foo --option=bar` will execute
163
153
`git credential-foo --option=bar` via the shell. See the manual of
164
154
specific helpers for examples of their use.
155
+ +
156
+ If there are multiple instances of the `credential.helper` configuration
157
+ variable, each helper will be tried in turn, and may provide a username,
158
+ password, or nothing. Once Git has acquired both a username and a
159
+ password, no more helpers will be tried.
160
+ +
161
+ If `credential.helper` is configured to the empty string, this resets
162
+ the helper list to empty (so you may override a helper set by a
163
+ lower-priority config file by configuring the empty-string helper,
164
+ followed by whatever set of helpers you would like).
165
165
166
166
username::
167
167
0 commit comments