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.

see "how grep (search) committed code in git history?"


Comments

Popular posts from this blog

r - Trouble relying on third party package imports in my package -

Payment information shows nothing in one page checkout page magento -