Skip to content
Snippets Groups Projects
Commit fe5889fd authored by nimrod's avatar nimrod
Browse files

Added search Git command, searches the repo file names and content.

parent 730ba808
Branches
No related tags found
No related merge requests found
#!/bin/sh
set -eu
{ git ls-files | grep "$@"; git grep --files-with-matches "$@"; } | sort -u
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment