I have a private git repo where I have a keyword like abcde
I previously wrote down in 1 of the files that may or may not still be in the repo today. Is there a simple way to search all the files of all previous commits for my keyword abcde
?
I'm thinking I need to write a script to search every current file but if it's not present just start git reset --hard previousCommit
until it reaches the very 1st commit.