I have commit history for 2 years, so I have more than 10000 commits,
So I would like to get the code which was removed from the git.
Since list is very big its difficult to search.
we get the list from
git log –oneline.
I want to search text from the commit text
>Solution :
This question already has answers here:
How to search a Git repository by commit message?