Files
git-utilities/XGREP.md
2019-03-18 19:17:27 -04:00

18 lines
311 B
Markdown

[<<back](README.md)
## Xgrep utility
This utility makes it easier to use git-grep.
```bash
Usage: xgrep options term(s)
-d, --[no-]debug
-f, --file
-i, --invert
-p, --include-path PATHS
-P, --exclude-path PATHS
-t, --include-type TYPES
-T, --exclude-type TYPES
-h, --help
```