Last active
April 23, 2020 21:34
-
-
Save Wilker/68a444b4b8e0b4a05395900f0f3f0306 to your computer and use it in GitHub Desktop.
Grep inside Git History
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git grep <regexp> $(git rev-list --all) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search inside git history
source: https://stackoverflow.com/a/2929502/6036182