
How to find text anywhere in your Git repository from the very beginning
Estimated 1 minute readย ยทย Wednesday, 19 January 2022
git log -S password
- Stack Overflow - Search all of Git history for a string
- Stack Overflow - How to grep Git commit diffs or contents for a certain word