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

How to group boxplot outliers in gnuplot -

cakephp - simple blog with croogo -