Possible Duplicate:
How can I search Git branches for a file or directory?
Somewhere in my local git repo, there should be a file which contains PDFCMap in the name. How can I find this file? I don’t know in which branch/path it is.
[EDIT] Note that the answers in the duplicate didn’t work for me.
To walk all history, drop the –no-walk option (and pipe through
sort -u:))To find out where (what branches) you can find the file:
e.g.: