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
@@ -140,7 +140,7 @@ you must provide user info before git allows you to commit.
140
140
In this case provide both `name` and `email` string values to identify the committer.
141
141
142
142
143
-
#### <a id="no-silent">--no-silent</a>
143
+
#### --no-silent <a name="no-silent"></a>
144
144
* __optional__
145
145
* Default: silent `true` (boolean)
146
146
* Example:
@@ -156,7 +156,7 @@ Keep this untouched if the repository URL or other information passed to git com
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
157
158
158
159
-
#### <a id="dir">--dir</a>
159
+
#### --dir <a name="dir"></a>
160
160
* __optional__
161
161
* Default: `dist`
162
162
@@ -169,7 +169,7 @@ which are not related at all to angular.
169
169
170
170
171
171
172
-
#### <a id="no-dotfiles">--no-dotfiles</a>
172
+
#### --no-dotfiles <a name="no-dotfiles"></a>
173
173
* __optional__
174
174
* Default: dotfiles `true` (boolean)
175
175
* Example:
@@ -181,7 +181,7 @@ With `--no-dotfiles` files starting with `.` are ignored.
181
181
182
182
183
183
184
-
#### <a id="dry-run">--dry-run</a>
184
+
#### --dry-run <a name="dry-run"></a>
185
185
* __optional__
186
186
* Default: `undefined`
187
187
* Example:
@@ -190,7 +190,7 @@ With `--no-dotfiles` files starting with `.` are ignored.
190
190
191
191
Run through without making any changes. This can be very usefull, because it outputs what would happend without doing anything.
0 commit comments