If you know an identifiable section of the code which has been lost, you may be able to find the exact merge which lost your code by using git log -G regexToSearchFor -m --patch
-G <regex>tells Git to “Look for differences whose patch text contains added/removed lines that match<regex>“-mtells Git to include merge commits--patchtells Git to show a diff of whatever it finds