I'm trying to track down who removed some code on a particular file. I don't know when it was but certainly within the past month.
Is there a way to list history of code changes and details on a specific file via a git command?
Update
this didn't work
git log -p --follow -- src/app/company/index.js
Update
tried this
git blame src/app/company/index.js
fatal: no such path 'src/app/company/index.js' in HEAD
Update
ugh, company is capital C...that's what the problem was.