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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -