You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In silent mode, log messages are suppressed and error messages are sanitized.
250
+
In silent mode, the error messages for git operations are always sanitized.
251
+
(The message is always: `'Unspecified error (run without silent option for detail)'`)
251
252
252
-
The `--no-silent` option enables extended console logging.
253
+
The `--no-silent` option enables detailed error messages and extended console logging.
253
254
Keep this untouched if the repository URL or other information passed to git commands is sensitive!
254
255
255
256
> ⚠️ WARNING: This option should be kept as it is if the repository URL or other information passed to Git commands is sensitive and should not be logged (== you have a public build server and you are using the `GH_TOKEN` feature).
In silent mode log messages are suppressed and error messages are sanitized.
151
+
In silent mode, the error messages for git operations are always sanitized.
152
+
(The message is always: `'Unspecified error (run without silent option for detail)'`)
152
153
153
-
The `--no-silent` option enables extended console logging.
154
+
The `--no-silent` option enables detailed error messages and extended console logging.
154
155
Keep this untouched if the repository URL or other information passed to git commands is sensitive!
155
156
156
-
> WARNING: This option should kept like it is if the repository URL or other information passed to git commands is sensitive and should not be logged (== you have a public build server). By default the silent mode is enabled to avoid sensitive data exposure.
157
+
> ⚠️ WARNING: This option should be kept as it is if the repository URL or other information passed to Git commands is sensitive and should not be logged (== you have a public build server and you are using the `GH_TOKEN` feature).
158
+
> By default the silent mode is enabled to avoid sensitive data exposure.
0 commit comments