File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ Each of these options must appear first on the command line.
183183 optionally provide the path to an INI file.
184184
185185``--remove ``
186- Removes a pattern or literal added as allowed or prohibited
186+ Removes a pattern or literal from the git config
187187
188188
189189Options for ``--install ``
@@ -400,13 +400,13 @@ Options for ``--remove``
400400 Removes patterns from the global git config
401401
402402``-u, --deleteliteral ``
403- Removes a literal pattern added with the --add command.
403+ Removes a literal pattern added with the --add command from the git config
404404
405405``-d, --deleteallowed ``
406- Deletes an allowed pattern
406+ Removes an allowed pattern from the git config
407407
408408``<pattern> ``
409- The regex pattern to search .
409+ The regex pattern to remove .
410410
411411
412412Examples
You can’t perform that action at this time.
0 commit comments