search files with regex in git
Hello!
Thanks for the quick help on Git!
I work with the Git version control and the Zend Framework on Windows.
I'm looking for a way to find specific file types using regex.
I would like to use 'changes' - 'log' .
For example, this search:
Show the commits in which the subject contains '/ front / blabla'
and files that are located in a particular directory.
/ application
| _ modules
| _ front
| _controllers
| _ myControllers
Is this possible in PhpStorm?
Sincerely, Stephan
Please sign in to leave a comment.