Find a file that's stuck on a branch and not been merged (and / or has been deleted)
This is a pain and something that can easily happen. Specifically had it with a readme file with some important documentation that we didn't want to, as a team, try and re-document.
This was the most "pragmatic" (ergo fastest to find what we were looking for)
git log -p --all -S 'search string'