git branch - GIT search files across projects using regex -
hi search file using particular pattern in git repo has multiple projects .
is possible?
a git repo doesn't know notion of "project".
you can grep in current working tree (if projects checked out)
or can use git grep
in order search in history of same files, across branches.
Comments
Post a Comment